vincjo / datatables

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

await handler search? #107

Open BerndtDavid opened 2 weeks ago

BerndtDavid commented 2 weeks ago

Hello - I have a 10,000+ row table. After entering a search phrase, it can take up two seconds to update the table. Is there a way I can track the search progress - so I can display some sort of status spinner while it's updating? Thanks.

models

vincjo commented 2 weeks ago

Hello, Depends on where data is updated.

For both I guess there is a possibility but in different ways

iwazowsky commented 1 day ago

@vincjo Is there a workaround with serverside data at the moment?