Good morning, I have the following function:
function a(scene){
b = a.tableData[a.rowIdx][0];
}
This what you do is get the data from a table in the row that you click but in column 0. I would like to know if you can change column 0 to an ID to make it easier for future changes.