I'm going back to the drawing board we are calling an external API that sends back JSON data,i want to display this data in a table with search and filter options
Sim Greenbaum
06/08/2023, 4:06 PM
I do not want to reinvent the wheel so if there are some libraries, charting API, etc I could use ??
Sim Greenbaum
06/08/2023, 4:07 PM
this is being servered via a suitelet
s
Shawn Talbert
06/08/2023, 4:58 PM
your best bet is to discard the Suitelet idea and just use real web development techniques. We use Angular and a Suitelet/RESTlet for the backend API.