svelte-simple-datatables
svelte-simple-datatables copied to clipboard
Forward events
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.
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.
Any movement on this? I tried accessing elements using querySelector and add events to the input[type="text"], but it did not work.