I need to hide/show some rows on a Grid when a double click is fired for a cell. Is this possible?
I need to hide/show some rows on a Grid when a double click is fired for a cell. Is this possible?
you can do like this :
{ header:'id',dataIndex:'id', hidden: true,flex: 1}