Pass data to component

Hi Everyone,

I’m trying to build some third-party charts (Google Charts) in the HTML component with JS. The table has something like 500 records so I do an HTTP call to TadaBase API in loop 5 times on each render to receive all the table’s records (Tadabase has a limit of 100 records per request). Sם the page loading takes some time and I reach the calls per day limit shortly. Is there any way to get the table w/o using TadaBase API?

1 Like