ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jeeva on September 06, 2017, 10:51:01 am
-
Dear Support,
Like row numbercell,I need to do column number.Any help please.
-
colIndx represents the column number and column title can be a callback.
column.title = function(ui){
return ui.colIndx;
}