Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Preserve table sort/filter/etc in cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
powdahound committed Apr 3, 2013
1 parent cb2684d commit d374ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ $(function() {
$('#data').dataTable({
"bPaginate": false,
"bInfo": false,
"bStateSave": true,
"aoColumnDefs": [
{
"aTargets": ["memory", "computeunits", "storage", "ioperf"],
Expand Down

0 comments on commit d374ca4

Please sign in to comment.