1.
I use datatables to get a searcbar on top for some cruds, but the language at top
"Show 102550100 entries"
and bottom
"Showing 1 to 10 of 21 entries"
is not translated to config language, has anybody managed to change these name variables?
2.
The datatables theme doesn't seem to register the configs:
$config['grocery_crud_default_per_page'] = 25;
$config['grocery_crud_paging_options'] = array('50','100','500','1000000');
from grocery_crud.php in application/config
How can these be set?