We did notice that in some cases the "more button" didn't work for some projects. If you are experiencing the same issue, below you can see the steps
of how to solve this:
First of all, you will need to download the latest grocery CRUD version 1.5.4, as the unset_bootstrap function is only available in version 1.5.1 or later. Once you have downloaded the latest grocery CRUD
and installed it to your project you will need to add the below line of code:
$crud->unset_bootstrap();
with the above one line of code you are actually removing the calls for:
bootstrap.js
bootstrap.css
So if you already have the bootstrap javascript libraries and the bootstrap CSS to your website template then you will not have any issues.
You can also do the same thing for jquery. So by simpy having:
$crud->unset_jquery();
you can remove the call of the jquery from grocery CRUD.