komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
788 stars 58 forks source link

Add table rows in chunks #318

Closed pchaganti closed 1 year ago

pchaganti commented 1 year ago

Need to display a dataset that is an aggregation of requests to multiple APis. Is this something that is possible with ka-table?

thanks!

pchaganti commented 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.

komarovalexander commented 1 year ago

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