euscanwww/templates: save datatable state

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-09-06 09:18:20 +02:00
parent 8dc19b9856
commit 6a10041300

View File

@ -15,6 +15,8 @@
$('#table').dataTable( {
"bPaginate": false,
"bInfo": false,
"bStateSave": true,
"sCookiePrefix": "datatables_"
} );
});
</script>