datatables
datatables copied to clipboard
A toolkit for creating datatable components with Svelte
Wonder if this library compatible with svelte v5? Any plans to implement with runes?
In the example: https://vincjo.fr/datatables/examples/row-selection, I noticed that when you select a row, and then filter, the row becomes unselected. I see this when running in my project as well. Using...
#67 #36 If I remove all styles, tables look like:  Really not sure if this allows components to be styled with classes or :global() In the previous (old) version,...
i tried adjusting the width of this td inline to see if it changes but it doesnt, can you please help me with this. thanks in advance 
Hey, first of all thanks for your awesome project. I really love it. I just have one minor issue with nested tables. If you e.g. look at https://vincjo.fr/datatables/examples/nested-objects which has...
I have an application that displays a table with the keys name of an object, and it needs to be dynamically filtered based on those keys but it doesn't work...
Is it possible to have a single filter with multiple match criteria? For example: If I have 6 datacenters data1,data2,data3,data4,data5,data6 and I want to see the results in data1 and...
Is there any change of getting these added? Seeing as they can be optional it shouldn't break compatibility. Apologies, I'm short on time and can't really provide a PR
I'm attempting to use `datatables` with Svelte 5.0.0-next.199 and SvelteKit 2.5.18 for client-side display of loaded data. Using nodejs 20.9.0. I've installed it via `npm install -D @vincjo/datatables@runes`, however if...