ag-grid-svelte icon indicating copy to clipboard operation
ag-grid-svelte copied to clipboard

A Svelte wrapper for ag-grid

Results 4 ag-grid-svelte issues
Sort by recently updated
recently updated
newest added

Thank you for this awesome Svelte wrapper for AG Grid. I saw you have a WIP [svelte4 branch](https://github.com/MichaelKim/ag-grid-svelte/commits/svelte4) that was very close to working. I added a few commits on...

Hi, i'm setting a quick-filter like this but it's only applied on page-refreshes. ```svelte ... let quickFilterText = ''; ```

Support Svelte 4 peerDependencies is using svelte 3. See the [Svelte migration guide](https://svelte.dev/docs/v4-migration-guide) ## Reproduce "svelte": "^4.0.5", "ag-grid-community": "^30.0.3", "ag-grid-svelte": "^0.3.0", Then `npm i` ## Error Installation error npm ERR!...

How can one use this approach ( https://blog.ag-grid.com/minimising-bundle-size/#how-to-minimise-your-bundle-size ) with `ag-grid-svelte` to minize the size used with ag-grid lib as it may go to 2.6MB which is excessive most times,...