vue-vben-admin icon indicating copy to clipboard operation
vue-vben-admin copied to clipboard

表格列不支持调整宽度

Open PrintCreate opened this issue 2 years ago • 4 comments

如下图,没法调整列宽,还希望加入表格持久化,能够保存列宽和某列的隐藏与冻结 image

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?

PrintCreate avatar Mar 15 '22 10:03 PrintCreate

antdv 3.0 的table支持调整列宽度 https://next.antdv.com/components/table-cn/#components-table-demo-resizable-column { dataIndex: 'name', key: 'name', resizable: true, width: 150, },

TonyLuo avatar Mar 18 '22 09:03 TonyLuo

fixed,look here https://github.com/vbenjs/vue-vben-admin/issues/1367#issuecomment-1107683378

Carnia avatar Apr 24 '22 01:04 Carnia

Question

Right now antdv supports resizing of columns.

My question is antdv or vbenjs admin app supports table column setting persist?

Thank you

doraemonxxx avatar May 14 '22 18:05 doraemonxxx

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

anncwb avatar Apr 26 '24 01:04 anncwb