We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://jsrun.net/HdtKp/
VxeUI.setConfig({ table: { customConfig: { storage: true, restoreStore({ id }) { // 全局配置时 这里不会执行 alert('restoreStore'); return null; }, }, }, });
还有问题就是必须设置id才可以使用storage功能 希望没有设置id的table也可以使用此功能
windows10
chrome 131.0.6778.86
2.7.14
3.3.17
3.11.16
The text was updated successfully, but these errors were encountered:
我们的表格非常多 希望能够在不动原template结构的情况下全局设置 但是目前
Sorry, something went wrong.
全局只是默认配置,还需要使用时加上才算开启的。自定义列功能 id 是需要的,id是用来区分表格之间数据的,你把生成的key给到id就行了
我们的表格非常多 希望能够在不动原template结构的情况下全局设置 但是目前 全局设置无法实现读取 只有在vxe-table上绑定customConfig才可以 table必须设置id才可以使用此功能 之前我们自己实现的列自定义key是根据当前页面路径生成的 希望允许不设置id 让用户自己决定key的生成方式
那table实例上能否加上restoreStore方法 允许自行进行设置初始化
No branches or pull requests
可复现的链接(包含复现链接与示例代码):
https://jsrun.net/HdtKp/
问题描述与截图:
VxeUI.setConfig({ table: { customConfig: { storage: true, restoreStore({ id }) { // 全局配置时 这里不会执行 alert('restoreStore'); return null; }, }, }, });
还有问题就是必须设置id才可以使用storage功能 希望没有设置id的table也可以使用此功能
期望的结果:
操作系统:
windows10
浏览器版本:
chrome 131.0.6778.86
vue 版本:
2.7.14
vxe-pc-ui 版本:
3.3.17
vxe-table 版本:
3.11.16
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: