According to the styling section in the documentation, you can pass a rowStyle
props, like this :
options={{
rowStyle: {
backgroundColor: '#EEE',
}
}}
You can also use the onHover
's React hook on your table component and apply your hover's style there.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…