Open netandreus opened 5 years ago
The way I found to do this is adding a new prop to the Rows element. Then in cell.js, I handle that prop to do what I want.
Then in cell.js...
This way you can pass any prop to the Row/Rows/Cell component and handle it your own way.
Is there some ability to appy different styles to first cell and other cells in rows?