Hello,
For a long while, I have been using the awesome “meteor-tabular” package to handle large datasets with datatables. The pre-built searching and pagination was a life saver.
Currently, I am trying to create a separate UI using VueJS and use the SimpleDDP to connect with my meteor server.
I am looking for an efficient way to show a collection using tabular form. I have searched a bit and have found a few UI solutions which integrate datatable with VueJs but I am not very clear of how to handle the server side pagination and searching for such a setup.
Would really appreciate any insights into how this should be done.
Thanks