pupudu / window-table

Windowing Table for React based on React Window
https://window-table.netlify.com/
170 stars 13 forks source link

ClassNames to elements #40

Closed marizuccara closed 4 years ago

marizuccara commented 4 years ago

Why not adding classnames to div elements, so we can access to them easily if we want add addictionaly styling?

pupudu commented 4 years ago

Hi @marizuccara That's a fair point. This is already possible by setting custom elements, although I agree that it takes a bit of effort. I think we can set the classNames by default.

pupudu commented 4 years ago

Hi @marizuccara Turns out, this was already implemented. I just published some docs as a guide on how to use the class names and prefixes.

https://window-table.netlify.com/docz-guides-styling-styling-with-class-names

Thank you for using Window Table