meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

Reactive datatables for large or small datasets

Results 104 meteor-tabular issues
Sort by recently updated
recently updated
newest added

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...

enhancement
will accept pull request

Could I ask why initializing the Tabular instance has to occur in a .js file that is run both on the client and server?

enhancement
will accept pull request

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...

question

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...

potential bug
will accept pull request

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!...

question

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...

question

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...

enhancement
will accept pull request

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...

potential bug