webguy23's avatar

How to use AG Grid in Nova 4?

Hi. I'm trying to run AG Grid (Vue 3 version) inside a Laravel Nova tool (php artisan nova:tool).

I'm able to run a new tool, it renders a custom Vue 3 component but when I try to render AG Grid with <ag-grid-vue>...</ag-grid-vue> I get this error:

nova.js:183 TypeError: (0 , vue__WEBPACK_IMPORTED_MODULE_0__.useTemplateRef) is not a function

183 line in nova.js is this.app.mount(this.mountTo)

I wonder what can I try to do to fix this?

Laravel Nova 4 uses Vue 3 and AG Grid uses Vue 3 too.

My code is just an example from AG Grid website https://www.ag-grid.com/vue-data-grid/getting-started/

0 likes
0 replies

Please or to participate in this conversation.