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

nverma3nverma3 Posts: 1Questions: 1Answers: 0

Is there is any way to use always original index instead of current index?

Thanks.

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Use the index for what? Another API call? If so, use colReorder.transpose() to convert between original and current index.

    Allan

This discussion has been closed.