colreorder: After reordering datatable columns,datatable consider the current index for next reorder
colreorder: After reordering datatable columns,datatable consider the current index for next reorder
nverma3
Posts: 1Questions: 1Answers: 0
Is there is any way to use always original index instead of current index?
Thanks.
This discussion has been closed.
Answers
Use the index for what? Another API call? If so, use
colReorder.transpose()
to convert between original and current index.Allan