mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #882 from rishabhs95/events-datatable
enabling state save feature in datatables
This commit is contained in:
commit
dcdceb7c6d
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ $(function () {
|
|||
$(document).ready(function() {
|
||||
$('.datatable').DataTable({
|
||||
// ajax: ...,
|
||||
stateSave: true,
|
||||
autoWidth: false,
|
||||
pagingType: 'full_numbers',
|
||||
"lengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue