datatables.yaml 673 B

1234567891011121314
  1. # Latest documentation available at https://omines.github.io/datatables-bundle/#configuration
  2. datatables:
  3. # Set options, as documented at https://datatables.net/reference/option/
  4. options:
  5. lengthMenu : [10, 25, 50, 100, 250, 500, 1000, 2500]
  6. pageLength: 50
  7. dom: "<'row' <'col-sm-12' tr>><'row' <'col-sm-6'l><'col-sm-6 text-right'pi>>"
  8. template_parameters:
  9. # Example classes to integrate nicely with Bootstrap 3.x
  10. className: 'table table-striped table-bordered table-hover data-table'
  11. # You can for example override this to "tables" to keep the translation domains separated nicely
  12. translation_domain: 'messages'