For instance I have a matrix like this:
|1 2 3| |4 5 6| |7 8 9|
|1 4 7| ...
How do I get the IDs of table rows in a array? Example I want to have:
var rows = // IDs of rows