I'm using a datatable where for each row I want to store some 3 or 4 fields, the fields are of different types, best case number of fields is 3, and I want to note the row_index (of the row in the datatable) as I need it.
So like this I want to store the values (for the fields) for all the rows in the datatable.
Please give me an example, code snippet, or more information about how to structure/access this information for any nth row with the row index (which is also stored)