vincjo / datatables

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

Search for integers don't work #9

Closed saumil-ventura closed 1 year ago

saumil-ventura commented 1 year ago

In my data I have {"id":1} when i search 1 in filter or globa search, it doesn't work, and when i clear inputs it empties the table until I search for string.

vincjo commented 1 year ago

Indeed, an error in a previous update.

fixed : https://vincjo.fr/datatables/test

Thanks for reporting it

saumil-ventura commented 1 year ago

Thank you very much !!