Hacker News new | ask | show | jobs
by kybernetikos 2704 days ago
Here's a canvas datagrid that I've come across in case anyone is interested in the genre:

https://tonygermaneri.github.io/canvas-datagrid/

1 comments

Related note, I would warn people to stay away from this one, which I've hacked around in production for the past year: https://github.com/adazzle/react-data-grid

It's a very solid project, also based on canvas, and works (mostly) as advertised, but there are some strange procedures around repo maintenance and releases, and it's a massive dependency bundle. Docs can also out of date or missing information. If you don't require much customization and intend to release it as an internal tool, it will suit your purposes. But anything beyond that, I would look elsewhere. Nothing against adazzle, it's just an old repo and they inherited quite a bit of technical debt.