Save number of displayed rows on reload

pull/135/head
Derek Frankhouser 2020-09-14 20:49:32 -04:00 committed by GitHub
parent 4cfd685ade
commit a004766eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@
null,
{orderable: false},
{orderable: false}
]
],
stateSave: true
});
});
</script>