svelte-simple-datatables icon indicating copy to clipboard operation
svelte-simple-datatables copied to clipboard

Forward events

Open tobiasklemp opened this issue 4 years ago • 2 comments
trafficstars

Hi, I really like the datatable, but i think it would be great if there are some forwarded events like pagination change, or even better export a prop to bind to the page number. Same thing with search functionalty.

Or is there any other way to handle async data? As far as i can tell i have to get all of the data from the server at once, because I dont know when to load the data for the next page.

tobiasklemp avatar Nov 30 '20 17:11 tobiasklemp

Hi, For the moment I'm affraid that pagination and async data are incompatible. Something is planned in this direction but I don't know when it can be delivered.

vincjo avatar Dec 11 '20 18:12 vincjo

Any movement on this? I tried accessing elements using querySelector and add events to the input[type="text"], but it did not work.

Hmerman6006 avatar Jul 03 '22 08:07 Hmerman6006