[]
optional backgroundColor: string;
Specifies the background color on hover over the table and tablix row. Default value: 'LightGray'.
backgroundColor: 'LightGray'
optional enabled: boolean;
Enable hover table and tablix animation. Default value: false.
enabled: true
optional textColor: string;
Specifies the text color on hover over the table and tablix row. Default value: undefined
.
If the value is undefined
, text color of row cells remains unchanged on hover.
textColor: 'DarkGray'