Is it possible to disable the ability of clicking ...
# suitescript
b
Is it possible to disable the ability of clicking column headers in a suitelet sublist to sort the sublist rows? I have the results listed in the order i want and then send it to an advanced pdf template that needs a specific order so I don't want users to mess it up. If not possible, I'll just add a sort function before sending the data to the template. Thanks!
n
Don't believe so but maybe you can sort your data in the template since it's a list. https://freemarker.apache.org/docs/ref_builtins_sequence.html#ref_builtin_sort Probably worth dropping in to the advancedpdf channel and asking if you need help with that.
b
thanks