how to add html page for list as template and get data?
Please, try to use the cellClick event:
grid.events.on("CellClick", function(row,column,e){
console.log(row[column.id])
});
thank you very much, i get it
how to add html page for list as template and get data?
Please, try to use the cellClick event:
grid.events.on("CellClick", function(row,column,e){
console.log(row[column.id])
});
thank you very much, i get it