Remix.run Logo
robbiejs 5 days ago

I am working on DataGrid Toolkit. Based on my experiences building and selling (Excel like) data grids, people always look for your data grid, "but can it do this"? With DataGrid Toolkit, a developer can choose his own building blocks/modules and make a more Excel-like data grid, or make a more DataTables style traditional paginated table. The toolkit is headless and stateless by design and comes with different renderers. Canvas, html or some hybrid. It is written in Typescript and the data store is in Rust/Webassembly.

lobsterthief 5 days ago | parent | next [-]

Have you checked out MUI’s DataGrid component? It works great, but some important-to-some functionality is locked behind the paid versions.

KeplerBoy 5 days ago | parent | prev [-]

What are some of the more obscure requirements people have on data grids?

robbiejs 5 days ago | parent [-]

Well not really obscure, but some want formulas, some want advanced filters, grouping/pivoting. Nothing that's not done before but you don't want to say yes to all these things as the product will lose its core identity and strength.

So I will release my new data grid component based on my own toolkit, and if people want tweaks or "add these features", I will demonstrate them the toolkit.