ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: eriks on April 20, 2017, 11:04:00 pm
-
i need put the text from the cells in another input when i click on the row
how i do this
-
you can get the content of cell with cellClick event.
cellClick: function(evt, ui){
var val = ui.rowData[ui.dataIndx];//use it anywhere.
}