Jonathan
Jonathan4mo ago

AG-Grid Datasource

Has anyone built an AG-Grid Data Source for Convex? I use ag-grid and it might be worth building an opensource library for it to handle paging and such easily with convex.
4 Replies
Convex Bot
Convex Bot4mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Jonathan
JonathanOP4mo ago
Potentially could build a custom server hook/filtering helper in addition to the client side piece.
wild-silent
wild-silent4mo ago
This would be good see @Jonathan
Jonathan
JonathanOP2w ago
I have about decided to just let it pull all the data to the client and let ag-grid do its thing there. Mostly because my users are using all the features of ag-grid like pivots, group bys etc

Did you find this page helpful?