Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make group row's cells editable

Tags:

ag-grid

Is it possible to make group row's cells editable. Here is the example : https://embed.plnkr.co/jd1xsC/

In above example we can see that group rows cells Supplier/Quantity are non-editable and only leaf node cells are editable.

Does ag-grid provide some grid option to make group rows editable ?

like image 396
Honey Avatar asked Dec 18 '22 23:12

Honey


1 Answers

Set enableGroupEdit to true in GridOptions to allow editing of groups.

like image 88
Honey Avatar answered Dec 28 '22 05:12

Honey