Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello,
You are correct that ato-component.js is the relevant file for customization. The ATO.components.ChoiceComponent.renderPanelContext function handles the JSON response from the POST /Windchill/ptc1/choiceCompTabs request. You'll need to perform your own sorting/reordering on the JSON object itself (var json) or the JSON array (var tabItems) so that when the tabs are rendered they are in the desired order.
Please let me know if you have any questions regarding this and if this approach works well for you.