Hacker News new | ask | show | jobs
by paddy_m 624 days ago
I'm using ag-grid for my project too. I did a bunch of work to make configuring it more declarative... so you can have pinned rows that read from a different data source for summary stats, so you can specify custom renderers for each column. how have you found ag-grid to use?

https://buckaroo-data.readthedocs.io/en/latest/examples/inde... I need to clean up those examples.

1 comments

Oh, that's neat! I've found it to be really flexible, although some of the really nice features are (understandably) locked behind the expensive "Pro" version (like right-click context menus, etc.). Will check out your examples!