make sure page says when colvis changed, and is not stored in state
This commit is contained in:
@@ -629,7 +629,7 @@ ColVis.prototype = {
|
||||
}
|
||||
else
|
||||
{
|
||||
that.s.dt.oInstance.fnSetColumnVis( i, showHide );
|
||||
that.s.dt.oInstance.fnSetColumnVis( i, showHide, false );
|
||||
}
|
||||
|
||||
$.fn.dataTableExt.iApiIndex = oldIndex; /* Restore */
|
||||
|
||||
@@ -38,4 +38,6 @@
|
||||
|
||||
// make sure filter is never saved
|
||||
data.search.search = "";
|
||||
// make sure paging position is not saved
|
||||
data.start = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user