Skip to content

Commit 110ea0f

Browse files
committed
SaveState fix
1 parent 786e5fb commit 110ea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mvc.JQuery.Datatables.Templates/Views/Shared/DataTable.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
var options = new JObject();
4646
options["aaSorting"] = new JRaw(Model.ColumnSortingString);
4747
options["bProcessing"] = true;
48-
options["bSaveState"] = Model.StateSave;
48+
options["bStateSave"] = Model.StateSave;
4949
options["bFilter"] = Model.ShowSearch;
5050
options["sDom"] = Model.Dom;
5151

0 commit comments

Comments
 (0)