提交 fb318274 编写于 作者: C Catouse

* datatable sorter support storage.

上级 dc85c698
......@@ -6690,6 +6690,8 @@
if ($datatable.hasClass('size-changing')) return;
that.sortTable($(this));
});
if(options.storage) that.sortTable();
}
};
......
此差异已折叠。
......@@ -771,6 +771,8 @@
if ($datatable.hasClass('size-changing')) return;
that.sortTable($(this));
});
if(options.storage) that.sortTable();
}
};
......
......@@ -5966,6 +5966,8 @@
this.load();
this.callEvent('ready');
console.log(this.id, this.options);
};
// default options
......@@ -6690,6 +6692,8 @@
if ($datatable.hasClass('size-changing')) return;
that.sortTable($(this));
});
if(options.storage) that.sortTable();
}
};
......
此差异已折叠。
......@@ -764,6 +764,8 @@
if ($datatable.hasClass('size-changing')) return;
that.sortTable($(this));
});
if(options.storage) that.sortTable();
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册