vue-vben-admin
vue-vben-admin copied to clipboard
表格列不支持调整宽度
如下图,没法调整列宽,还希望加入表格持久化,能够保存列宽和某列的隐藏与冻结
Subject of the feature
Describe your issue here.
Problem
If the feature requests relates to a problem, please describe the problem you are trying to solve here.
Expected behaviour
What should happen? Please describe the desired behaviour.
Alternatives
What are the alternative solutions? Please describe what else you have considered?
antdv 3.0 的table支持调整列宽度 https://next.antdv.com/components/table-cn/#components-table-demo-resizable-column { dataIndex: 'name', key: 'name', resizable: true, width: 150, },
fixed,look here https://github.com/vbenjs/vue-vben-admin/issues/1367#issuecomment-1107683378
Question
Right now antdv supports resizing of columns.
My question is antdv or vbenjs admin app supports table column setting persist?
Thank you
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days