EasyUI Forum

General Category => EasyUI for Vue => Topic started by: fengdie on December 02, 2018, 09:30:11 AM



Title: datagrid component how to call doEdit method
Post by: fengdie on December 02, 2018, 09:30:11 AM
I want to manually control and turn on the specified line editing mode.
我想手动控制,开启指定行编辑模式。


Title: Re: datagrid component how to call doEdit method
Post by: jarry on December 02, 2018, 05:13:53 PM
Please call the 'beginEdit' method to edit a row.
Code:
let row = ...;
this.$refs.dg.beginEdit(row)