vincjo / datatables

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

[Bug] change event not triggering after using setRows #69

Closed mattpurlandncc closed 9 months ago

mattpurlandncc commented 9 months ago

As per the description, I'd expect the change event to trigger should the data change via setRows.

vincjo commented 9 months ago

Added in 1.12.6

So far I only use it to sroll up. It’s a pretty general event.

To summarize the 'change' event is triggered in the following situations:

Please let me know if any side effects appear. We can add a new / more specific event if necessary