EasyUI Forum

General Category => EasyUI for Vue => Topic started by: Rinat on March 23, 2019, 01:41:48 PM



Title: datagrid resize column
Post by: Rinat on March 23, 2019, 01:41:48 PM
Hello!
I see jquery demo, angular demo, react demo.

They all can resize column in datagrid. But Vue version can't.

Anybody have solution?
Thanks.


Title: Re: datagrid resize column
Post by: stworthy on March 24, 2019, 02:34:38 AM
Please set the 'columnResizing' to true. Make sure to update the EasyUI for Vue to the newest version. This is the column resizing example.

https://www.jeasyui.com/demo-vue/main/index.php?plugin=DataGrid&theme=material-blue&dir=ltr&pitem=Column%20Resizing&sort=asc


Title: Re: datagrid resize column
Post by: Rinat on March 24, 2019, 07:13:20 AM
Thanks!