Closed pchaganti closed 1 year ago
Instead of waiting to aggregate all the requests into one large dataset before adding to table, would like to add rows to table as each request is completed so it makes for a better user experience.
Hi @pchaganti you can pass the data you have to data property and if new portion comes you can concat it and pass to data property again
Need to display a dataset that is an aggregation of requests to multiple APis. Is this something that is possible with ka-table?
thanks!