I'm hoping there is something I can use in a modul...
# suitescript
a
I'm hoping there is something I can use in a module like N/ui/serverWidget instead of having to frankenstein the html
s
No all coloring/highlighting would need to be done ouside normal netsuite APIs, usually with jQuery
It is fairly straightforward jQuery, though, something like
Copy code
jQuery('#insertSublistIdrow' + line).children()[i].style.setProperty();
s
For anything nontrivial,I recommend a SPA over a UI Suitelet provided the account has SCA or SiteBuilder
then you have complete flexibility over what's rendered how