bryanmylee / svelte-headless-table

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

fix: call column filter function for serverSide + example #232

Open andre-brandao opened 1 week ago

andre-brandao commented 1 week ago

hey!!, Im experimenting with this library for tables rendered on the server, but the column filter is not working as I expected, the fn column parameter is not called when the table has no rows or serverSide is active

Also provided a exemple that I think can be used with any db, just changing the +page.server.ts

will try to make a repl after any feedback