Color related props
Name | Required | Type | Default | Description |
---|---|---|---|---|
header-background-color | false | string | '#fff' | Background color of table head |
header-font-color | false | string | '#373737' | Font color of table head |
even-row-background-color | false | string | '#fafafa' | Background color of each even row, only available when alternating prop is true |
even-row-font-color | false | string | '#212121' | Font color of each even row, only available when alternating prop is true |
footer-background-color | false | string | '#fff' | Background color of table footer |
footer-font-color | false | string | '#212121' | Font color of table footer |
row-background-color | false | string | '#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-color | false | string | '#e0e0e0' | Border color of row items |
row-font-color | false | string | '#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-color | false | boolean | true | Set to true , background and font color of row will change when mouse hover |
row-hover-background-color | false | string | '#eee' | |
Background color of table footer when mouse hover, only available when hover-to-change-color prop is true | ||||
row-hover-font-color | false | string | '#212121' | Font color of table footer when mouse hover, only available when hover-to-change-color prop is true |
table-border-color | false | string | '#e0e0e0' | Border color of table |
theme-color | false | string | '#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 |