hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

Easier options to override grid row background colors

Open TomTirapani opened this issue 6 years ago • 4 comments

GridModel allows devs to set a rowClassFn() to control row-level css classes. Currently, styles set by these row classes can clash with existing styles - for example, changing background-color can break row selection highlight.

Adjust in order to limit unwanted side-effects - ideally, we would be able to set any main style property in a row class and it will behave well with existing styles.

TomTirapani avatar Dec 18 '18 18:12 TomTirapani