I’m looking for examples of ag-grid being used with laminas

It appears it should be possible to create a data grid in a laminas project by using helpers to to add js and css for ag-grid to the view phtml layout or index. So far only getting blank pages

Hello and welcome to our forums! :smiley:

To add a JavaScript file via the HTML element script, use the view helper inlineScript:

https://docs.laminas.dev/laminas-view/helpers/inline-script/

Adding stylesheets can be done via the view helper headLink:

https://docs.laminas.dev/laminas-view/helpers/head-link/

Enable the development mode to see the error message: