vincjo / datatables

A toolkit for creating datatable components with Svelte
https://vincjo.fr/datatables
MIT License
363 stars 15 forks source link

Filter only working on first column for SSR #82

Closed kmalloy24 closed 5 months ago

kmalloy24 commented 6 months ago

When I recreate it locally and console.log both value & filterBy in the component they seem to be working correctly as well as params from api.ts.

filter issue

vincjo commented 5 months ago

jsonplaceholder is the only free external API I could find to illustrate server-side column filtering. Unfortunately, it is necessary to type the full title - or "true"/"false" in the "Completed" column - to get a result.

kmalloy24 commented 5 months ago

ahhhh gotcha, good to know!