MichaelKim / ag-grid-svelte

A Svelte wrapper for ag-grid
https://ag-grid-svelte.michael.kim/guide
MIT License
54 stars 15 forks source link

How to use alignedGrids? #6

Closed brunobely closed 1 year ago

brunobely commented 1 year ago

I'm wondering if alignedGrids is supported? I see it as a prop but am not able to make it work.

brunobely commented 1 year ago

The key was to pass alignedGrids GridOptions[] instead of { api: GridApi, columnApi: ColumnApi }[].