I have a datatable with the ordering of its DataClassIndex column before editting:
DataclassIndex 0 1 2 3 4
When I start modifying some other cells in this datatable, the ordering of DataClassIndex column changes to something like this
DataclassIndex 3 4 2 1 0
How can I modify a datatable content without altering the original order of the datatable
DataclassIndex 0 1 2 3 4
When I start modifying some other cells in this datatable, the ordering of DataClassIndex column changes to something like this
DataclassIndex 3 4 2 1 0
How can I modify a datatable content without altering the original order of the datatable