vincjo / datatables

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

Zero rows shows as all selected #78

Closed sgoth closed 7 months ago

sgoth commented 7 months ago

Related to the new remote "select all" feature from #75 there's a tiny bug when the table shows no rows.

Just entering a search term without a result shows it in the beer api example:

image

It's not technically false that "all of none" are selected but still i think it should be "false" here 😄

vincjo commented 7 months ago

Thx. Just fixed in 1.14.1