THEME global constant

Available starting phpGrid version 6, you can set a global constant “THEME” in conf.php to change all of your datagrid themes without calling set_theme() method individually.

1
2
// set a global theme in conf.php (version 6+)
define('THEME', 'bootstrap');

Both Bootstrap 3 and 4 (7.4.5+) themes are now supported with ‘bootstrap‘ or ‘bootstrap4

The premium themes are currently available in phpGrid commercial licenses.