euscanwww/templates: save datatable state
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
parent
8dc19b9856
commit
6a10041300
@ -15,6 +15,8 @@
|
|||||||
$('#table').dataTable( {
|
$('#table').dataTable( {
|
||||||
"bPaginate": false,
|
"bPaginate": false,
|
||||||
"bInfo": false,
|
"bInfo": false,
|
||||||
|
"bStateSave": true,
|
||||||
|
"sCookiePrefix": "datatables_"
|
||||||
} );
|
} );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user