svelte-simple-datatables
svelte-simple-datatables copied to clipboard
A Datatable component for Svelte
Hi ! How can i set a default sort 'desc' on initialization ? Thanks
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi Vincjo, I am not sure if I did something wrong using the component or setting up the css, but the sticky header cells width don't align with the original...
I have an issue with the width of the datable. The action row is usualy hidden and the horizontal scroll is also not avialble. when i load the grid by...
Any plan to add action buttons where a user could perform a action on selected row?
Hi Vincjo, It happened to me that if I wrap the datatable component with a container like a div element, the datable wasn't rendered with the x-axis scroll bar. The...
I've implemented the ability to filter the underlying data of the table, but if the user navigates to page 2 (for example) then filters the data it stays on page...
Is it possible to re-apply any column sorting applied should the underlying data be changed? I'm applying custom filtering to the bound data which is returned via ajax. The returned...
``` Uncaught TypeError: th is undefined redraw http://localhost:3003/_snowpack/pkg/svelte-simple-datatables.v0.1.25.js:249 redraw http://localhost:3003/_snowpack/pkg/svelte-simple-datatables.v0.1.25.js:247 redraw http://localhost:3003/_snowpack/pkg/svelte-simple-datatables.v0.1.25.js:245 setTimeout handler*redraw http://localhost:3003/_snowpack/pkg/svelte-simple-datatables.v0.1.25.js:241 resize http://localhost:3003/_snowpack/pkg/svelte-simple-datatables.v0.1.25.js:317 init http://localhost:3003/_snowpack/pkg/svelte-simple-datatables.v0.1.25.js:275 ```
It would be nice to have a selector to choose how many rows are displayed in the table as other libraries do.