Change the global datatable theme by changing the style
key in configuration:
datatable:
template_parameters:
style: 'none'
The available style themes is the same of datatables.net styling themes:
Theme | Reference |
---|---|
none | without using any theme |
bootstrap3 | Example |
bootstrap4 | Example |
bootstrap5 | Example |
foundation | Example |
bulma | Example |
jqueryui | Example |
or can you create your custom theme and use it in global_controller
from theme creator.Example