Currently they are being rendered out into a Suite...
# suitescript
c
Currently they are being rendered out into a Suitelet, that uses the
N/ui/serverWidget
renderList
function, so that they have that native NS look The call I use is:
Copy code
context.response.writePage({
          pageObject: renderList(find_Orders())
      });