forked from ZwiiCMS-Team/ZwiiCampus
1.7.03 Datatables.net save state
This commit is contained in:
parent
2dd835593a
commit
e64e819d48
@ -17,6 +17,7 @@ $(document).ready(function () {
|
||||
url: "core/vendor/datatables/french.json"
|
||||
},
|
||||
locale: 'fr',
|
||||
stateSave: true,
|
||||
"columnDefs": [
|
||||
{
|
||||
target: 2,
|
||||
|
@ -28,6 +28,7 @@ $(document).ready((function () {
|
||||
},
|
||||
order: [[3, 'desc']],
|
||||
locale: 'fr',
|
||||
stateSave: true,
|
||||
"columnDefs": [
|
||||
{
|
||||
target: 6,
|
||||
|
@ -27,11 +27,12 @@ $(document).ready((function () {
|
||||
$("#courseUsersAddForm").submit();
|
||||
});
|
||||
|
||||
var table = $('#dataTables').DataTable({
|
||||
v$('#dataTables').DataTable({ar table =
|
||||
language: {
|
||||
url: "core/vendor/datatables/french.json"
|
||||
},
|
||||
locale: 'fr',
|
||||
stateSave: true,
|
||||
"columnDefs": [
|
||||
{
|
||||
target: 0,
|
||||
|
@ -19,6 +19,7 @@ $('#dataTables').DataTable({
|
||||
url: "core/vendor/datatables/french.json",
|
||||
},
|
||||
locale: 'fr',
|
||||
stateSave: true,
|
||||
"columnDefs": [{
|
||||
target: 5,
|
||||
orderable: false,
|
||||
|
@ -28,6 +28,7 @@ $(document).ready((function () {
|
||||
url: "core/vendor/datatables/french.json"
|
||||
},
|
||||
locale: 'fr',
|
||||
stateSave: true,
|
||||
"columnDefs": [
|
||||
{
|
||||
target: 5,
|
||||
|
Loading…
Reference in New Issue
Block a user