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

Allow access to api

Open roydukkey opened this issue 3 years ago • 1 comments

As a user of the component, I would like to be able to download the data as a CSV.

Would it be as simple as changing the following from:

https://github.com/Budibase/svelte-ag-grid/blob/9d19c4c991ed9034510cc3754a551029a8c3d691/src/Component.svelte#L25

to:

export let api;

Or, is there a better solution?

roydukkey avatar Dec 14 '20 21:12 roydukkey