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

A Datatable component for Svelte

Results 32 svelte-simple-datatables issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.29.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

if i have column filters: true and scrollY:true, columnFilters work as intended. However, as soon as I set scrollY: false; column filters no long show/render.

Greetings! First of all, thank you for this library. Nice job. There's one issue I'd like to get rid of: looks like **redraw** function works fine if the table is...

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...

Hello; When will the Server Side feature be activated? Waiting Impatiently

If i set the following style for my `td` ```css td { text-align: center; padding: 4px 2px; } ``` the component is rerendering and goes on expading overflowing the page...

Is it possible to: * "Expand" a row upon click * Nest a `table` "component" within an "expanded" row * Completely replace dataset loaded, and changes reflect on pagination *...

The rendered markup for sorting the columns are placed in a section element with a `thead`. I've run the rendered markup through https://validator.w3.org/ and the structure is deemed invalid. Is...