meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
Hi Aldeed, Thanks for this awesome package, we are testing it with 10K rows and it is very fast but we have a problem because due to rows().data() returns the...
Could I ask why initializing the Tabular instance has to occur in a .js file that is run both on the client and server?
I have defined one Tabular with selector and its working fine. Now I want to add date range selection, and based on the date range selection I want to publish...
Hi, When using the `allow` function if I `return false` in it (like in the example) the table stays in "processing/loading" state, instead of just saying "No data available in...
Hi there, I'm wondering if it's possible to create a TabularTable using a custom publication (created with the Meteor low-level pub API) rather than a collection. Please let me know!...
Hi @aldeed , I am trying to implement the inline editor using Jeditable via fnDrawCallback, below is my code I am able to get the edit mode and value but...
Hi guys, I am playing around with client-side joins in combination with aldeed:tabular and reywood:publish-composite and ran into a problem getting custom columnTemplates to work. The problem is that in...
Hi guys, I just ran into a problem with tabular SHOWING THE WRONG row-count when having `bInfo: true` in settings. P.e. the table itself shows 2 rows, BUT the info...