0

I'd like to create a dataTable with resizeable columns. When the user resizes a column, I would like to store it somewhere in memory, may be cache or session. The next time the user views the table, I want to be able to set the column widths to match their previous settings.

4

1 回答 1

1

将其存储在 cookie 中。所以下次用户访问这个页面并且这个 cookie 是存在的。您可以获得使用值。

于 2013-02-19T12:58:35.130 回答