ag-grid: Unable to get up and running with vue
I have been trying to get up and running with the ag-grid (community version) for vue, sadly with no luck.
I even got to the point where I followed the official tutorial step-by-step from here: https://www.ag-grid.com/vuejs-grid/ but I always end up getting the same errors in the console:
ag-Grid: could not find matching row model for rowModelType clientSide
ag-Grid: Row Model "Client Side" not found. Please ensure the ClientSideRowModelModule is loaded using: import '@ag-grid-community/client-side-row-model';
Is the documentation incorrect or is this some kind of bug?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 18 (8 by maintainers)
@StefanFeederle that’s a fair point - I’ll add this for our next release
thanks