ag-grid/ag-grid-vue3-example

Add a Component using composition api.

nmarshall23 opened this issue · 0 comments

None of the current example use the Composition API. I have found that using vue's Provide / Inject api is simpler than AgAgrid's context.

In agGrid vue2, none of the ag grid component params are available during setup. I would like to see if that still true.