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] Disable Column resize in specific columns #539

Closed micheldpcarlos closed 1 year ago

micheldpcarlos commented 1 year ago

I am opening an issue for

vue-easytable

Issue Type

Feature

Issue Title

Disable Column resize in specific columns

What problem does this feature solve?

For now, it is possible to enable resizing columns, but it affects every column in the table. It is not possible to determine which ones you want to ignore, eg.: the checkbox column.

What does the proposed API look like?

Under column options, add a "disableResize" property, false by default. So we can disable it.

huangshuwei commented 1 year ago

https://github.com/Happy-Coding-Clans/vue-easytable/releases/tag/v2.22.0