From d374ca44adbf6f6f44d2c76806c150e754405e7f Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Wed, 3 Apr 2013 15:56:22 -0700 Subject: [PATCH] Preserve table sort/filter/etc in cookie --- www/default.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/default.js b/www/default.js index 791a8a28..595ad591 100644 --- a/www/default.js +++ b/www/default.js @@ -58,6 +58,7 @@ $(function() { $('#data').dataTable({ "bPaginate": false, "bInfo": false, + "bStateSave": true, "aoColumnDefs": [ { "aTargets": ["memory", "computeunits", "storage", "ioperf"],