-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
Problem to solve
I really miss the option to make ther rows striped and hoverable rows in the tables.
Proposed solution
My proposed solution is please have an option to make the rows striped with a prop. In the striped prop we could add odd or even strings to activate the stripes depending on what the developer needs.
For the hover state it will be enought if there would be a boolean hoverable prop.
It would be really awesome if the developer could change the theme color for these features, and the feature should consider dark mode as well.
PaulCombal