Idea Summary
Pass a custom sorting/ordering function to the APEX Interactive Grid’s control break's direction. It only has an asc and desc option.
Use Case
The default ASC and DESC direction options are not what I need. I have a list of items. Each item belongs to a category. The control break works great to group them and show the header as the first row of each group. However, it orders the categories/groups/control breaks in desc or asc order only. But i need it to be a custom order. Each item has an index. I dont know how to get the control break to follow the order that I want.
Preferred Solution (Optional)
We need to be able to pass a custom function that the IG can take and display as an available DIRECTION option. I should be able to sort the CONTROL BREAKS other than by ASC & DESC order. I should be able to sort the control breaks by another column, the length of the string of each control break group, etc. It would make this IG richer!
