vincjo / datatables

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

docs: Fix join filters with empty string #87

Closed ditatompel closed 5 months ago

ditatompel commented 5 months ago

The default join() function will concatenating all of the filters value with commas instead of empty string. If more than one column filters parameter is given, the fetch query become something like:

id=1,&title=query,&completed=query

Giving join separator parameter with empty string fix the issue.

vincjo commented 5 months ago

I learned something. Thank you so much for your help

Just published in 1.14.5