DEV Community

Discussion on: DataTable of choice for React-based applications?

Collapse
 
meenachinmay profile image
Chinmay Anand

I dont know upto what level i have accuracy in this answer but i have a thought that can't we do something like in which we can build a common template for datatables in react then we can create multiple datatables while fetching data, building some cache.
Then we can make a composite datatable while fetching the data from the prebuilt tables but not from the server. Untill unless there is no update.
In this way every single time we dont need to fetch the complete data.

May be this can give you some hint or a new direction.

If not then its okay it is just an idea. 🙌

Collapse
 
humzakhan profile image
Humza K. • Edited

Thank you for your response, but I am more looking to get an idea about what open-source data tables people use here. As for the building a new one, that project is done and running seamlessly in production for months now :)

Collapse
 
meenachinmay profile image
Chinmay Anand

Thankyou for your reply.
Once you can build your own, then it will become more seamless for future.
And i have suggested this because you mentioned that "i already checked them and they are not good enough"
Thats why i thought that you wanna create a new one from scratch.
🙌