Color related props

NameRequiredTypeDefaultDescription
header-background-colorfalsestring'#fff'Background color of table head
header-font-colorfalsestring'#373737'Font color of table head
even-row-background-colorfalsestring'#fafafa'Background color of each even row, only available when alternating prop is true
even-row-font-colorfalsestring'#212121'Font color of each even row, only available when alternating prop is true
footer-background-colorfalsestring'#fff'Background color of table footer
footer-font-colorfalsestring'#212121'Font color of table footer
row-background-colorfalsestring'#fff'When alternating prop is true, It means background color of each row;
When alternating prop is false, It means background color of each odd row
row-border-colorfalsestring'#e0e0e0'Border color of row items
row-font-colorfalsestring'#212121'When alternating prop is true, It means font color of each row;
When alternating prop is false, It means font color of each odd row
hover-to-change-colorfalsebooleantrueSet to true, background and font color of row will change when mouse hover
row-hover-background-colorfalsestring'#eee'
Background color of table footer when mouse hover, only available when hover-to-change-color prop is true
row-hover-font-colorfalsestring'#212121'Font color of table footer when mouse hover, only available when hover-to-change-color prop is true
table-border-colorfalsestring'#e0e0e0'Border color of table
theme-colorfalsestring'#42b883'Fill color of checkbox, background color of active option of rows selector, color of loading bar and background color of active button of buttons pagination