in that scenario (also many reorders can happen) two approaches are available:
- iteration over a config and collecting the rows by filtering
- setting up a custom sort - have a look here: How to sort data table by custom sort
and here: DT_CustomFilter_DictApproach.xaml (10.0 KB)