VueJS reactive data grid?

I’m intrigued about switching from Blaze to VueJS for my Meteor projects. However, after some searching, I’m not sure how easy it will be to create a reactive data grid that supports things like sorting, filtering, pagination, saving state, calculated columns, etc, similar to aldeed:tabular or aslagle:reactive-table. Has anyone tackled this issue yet using Meteor?

1 Like

There are many table components here but I’m guessing you want one that integrates with Meteor/Mongo collections.

I’ve made a pretty advanced one that you can see here :slightly_smiling_face:
(virtual-table.vue)
It uses a modified version of virtual-scroller
I haven’t yet gotten around to updating it to the latest version though, which I’m using in our private project.