Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.02 KB

themes.md

File metadata and controls

23 lines (19 loc) · 1.02 KB

Themes Configuration

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