I'm going back to the drawing board we are calling...
# suitescript
s
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
I do not want to reinvent the wheel so if there are some libraries, charting API, etc I could use ??
this is being servered via a suitelet
s
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.
m
https://datatables.net/ has worked well for me in the past
s
m
That uses datatables library, he has just built a suitelet around it