Dynamic Content Rendering & Filtering
Let’s walk through an example where you use jQuery to fetch data from a REST endpoint, then display it in a table where we can filter our results. First of all, create a custom page in the portal.
In the MainBody, you can paste the code below (click the text to display):
And save.
Now visit the portal at “http://dashboard-host:3000/portal/custom”
You now have a searchable Input box that will dynamically filter the results of the table.