On extjs 5, how to disable an action column item? -
On extjs 5, how to disable an action column item? -
at first, 1 have it, can gridpanel
, , cannot action column
.
i find #grid >#itemid null, #grid good.
could help me this?
columns: [{ xtype: 'actioncolumn', items: [{ isdisabled: me.fnisdisabled, ... ... fnisdisabled: function(grid, rowindex, colindex, items , rec){ homecoming rec.get('global'); },
will disable action in rows corresponding record has property global
set true
.
you won't have fiddle column @ all...
extjs
Comments
Post a Comment