I want to present a large JSON Output from Apex class in salesforce to frontend. At frontend it could be in html or table format. I want a view that is simple and easy to comprehend.
I tried using LWC and Flexcards but I am new to the salesforce technology
2 respuestas
Hi,
You could indeed develop a page with a LWC component to display your data.
How large is your JSON ? You mentioning using a table, so how many rows would that represent ?
I have developed an LWC component with the open-source Datatables.net component which provides a fast table display, even for very large datasets : https://datatables.net/ . If that can help, we can talk about it.