unset_bootstrap
void unset_bootstrap()
Quick Description: Unset the bootstrap CSS from loading. This can be used at bootstrap V3 theme and bootstrap V4 theme. Use this function in case you have a custom build of bootstrap at your website and you don't want to use the default one
Available for version >= 1.5.2
Unset the bootstrap CSS from loading. This can be used at bootstrap V3 theme and bootstrap V4 theme. Use this function in case you have a custom build of bootstrap at your website and you don't want to use the default one. There is also a big amount of themes at https://bootswatch.com/
A quick example of how to use it is by simply add the below line of code:
$crud->unset_bootstrap();