bryanmylee / svelte-headless-table

Unopinionated and extensible data tables for Svelte
https://svelte-headless-table.bryanmylee.com/
478 stars 31 forks source link

FR: passing class to individual header or columns #170

Open risalfajar opened 10 months ago

risalfajar commented 10 months ago

I have a case for a table that will have different header background color based on index, and different cell text color based on its value.

Currently, this isn't covered in the library, so I need to hack it manually.

Maybe we can add this? I believe there'll be lots of cases it will cover.