Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

[Feature Request] 怎么才能让列宽度不被压缩自动撑开表格宽度 #532

Closed da-mantou closed 1 year ago

da-mantou commented 1 year ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Feature

Issue 标题

怎么才能让列宽度不被压缩自动撑开表格宽度

这个功能解决了什么问题?

目前设置的列宽会被压缩,这不是我想要的效果🐶

你期望的 API 是什么样的?

能有个属性设置不自动压缩列宽度?

da-mantou commented 1 year ago

设置scrollWidth好像能行 emmm