页面重新加载后,Slickgrid 列重新排序未保持相同位置。如何在 slickgrid 中保持列的相同位置?
Slickgrid column reordering is not holding the same position after the page reload. How to hold the same position for the columns in slickgrid?
假设我有多个列,我将交换列以执行一些可以重新加载页面的操作。如何重新加载具有相同平滑网格列位置的页面?
假设您使用的是 6pac/SlickGrid
分支,您需要在离开页面之前保存网格状态,然后调用 grid.setColumns(reoderedColumns)
但是使用 Slick.State
插件 slick.state.js which is used in this Example - Plugin State
示例在 Wiki - Examples, I added it Example Grid State
中丢失
假设我有多个列,我将交换列以执行一些可以重新加载页面的操作。如何重新加载具有相同平滑网格列位置的页面?
假设您使用的是 6pac/SlickGrid
分支,您需要在离开页面之前保存网格状态,然后调用 grid.setColumns(reoderedColumns)
但是使用 Slick.State
插件 slick.state.js which is used in this Example - Plugin State
示例在 Wiki - Examples, I added it Example Grid State
中丢失