tableData [] [] with an id

0

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.

    
asked by Pedro 15.09.2017 в 15:49
source

0 answers