The <NS-docs> says this about sublist types: &gt; ...
# suitescript
w
The NS-docs says this about sublist types:
Note that sorting (in the UI) is not supported on static sublists created using the addSubList(...) method if the row count exceeds 25.
This should imply that you can sort a static list if the row count is below 25. But I can't sort it. I've tried both in VIEW and EDIT. Any ideas why?
SublistType.LIST is sortable, but then my sublist button is only shown on EDIT and not VIEW.. headbang