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

A svelte wrapper component around ag-grid

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

How would we do cell renderers with svelte components?

## Updated: - Use Svelte `^3.31.0` to have access to `SvelteComponentTyped` - Use rollup-plugin-svelte `7.1.0` for compatibility with svelte `v3.31.0` - Typed exports from index.js ## Version Increased to `v1.1.0`...

It is not currently possible for the consumer to define their own `onGridReady`, `onCellValueChanged`, `onSelectionChanged` since they are override by the `onMount` functionality. https://github.com/Budibase/svelte-ag-grid/blob/9d19c4c991ed9034510cc3754a551029a8c3d691/src/Component.svelte#L49-L58 I think it would be find...

As a user of the component, I would like to be able to [download the data as a CSV](https://www.ag-grid.com/javascript-grid-csv/). Would it be as simple as changing the following from: https://github.com/Budibase/svelte-ag-grid/blob/9d19c4c991ed9034510cc3754a551029a8c3d691/src/Component.svelte#L25...