app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails
The row_styling
prop can be used in conjunction with row ids to control certain styling options on individual rows. Currently, row_styling
gives you 3 optional controls:
background_color
: use this to control the background color of the rowfont_color
: use this to control font color for each row if needed, for example if using a darker background color.expand_button_color
: use this to control the color of the expand icon if needed, for example if using a darker background color.
NOTE: Each object within the table_data
Array must contain a unique id in order to attach an id to all Rows for this to function.