Forum Discussion
preetha_127
6 years agoFrequent Visitor
undefined
Hi team,
I have column data like this,I want to sort like output column.
Thanks & Regards,
Preetha
2 Replies
- MFelixSuper User
- v-easonf-msftCommunity Support
Hi , preetha_127
If the number of table rows is not large, you can manually insert an index column in advance and sort in ascending order according to the index.
If the amount of rows is too large, inserting the index manually will be rather cumbersome. It would be great if you can provide ranking criteria or basis.Then you can customize the index column to sort your table.
Best Regards,
Community Support Team _ Eason