Hello, I’m trying to select a datagrid to be used in Joomla environment. I’m using the free download to test the grid.
With the demos the integration is quite simple following the instructions in https://www.gridphp.com/using-php-grid-in-joomla/, but not all functions are working in the Joomla evironment compared to the same definitions in a datagrid outside Joomla.
- $opt[“toolbar”] = “top”; The indication of the records are at top and at the bottom
- The buttons for prev/next page and first/last record are not working
And so there are more differences.
Are there restrictions of using the free download in Joomla? Or is it a bug?
Joomla 3.9.24
PHP 7.3.26
1 Answers
Hi,
There are no such limitations beside some advanced features mentioned on compare page.
If you share the grid code and screenshot showing current / expected behavior, it will help in further reviewing the case.
Your Answer