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

I am using this package to render data from one collection, I have also tried collection helpers, but failed to join 2 collections, Can you give some simple example which...

enhancement

Need an html file meteor-tabular with static json or html data with following 1. Read only grid as above without edit, delete and save option. 2. The grid with many...

enhancement
will accept pull request

I'm using meteor 1.5.1 with tabular v2.1.1. My application works fine on web, but on cordova, I get the error: "You must pass Tabular.Table instance as the table attribute". I...

Hi! Quick question - I hope I didn't miss anything in the readme. Is there a way of creating a data table without linking the data tabel to a Collection....

Hi, Any ideas on how to identify which table is being shown inside the `initComplete` function? Thanks!

Hi! I have a table where the user can click on a row to see more about that specific item. He is taken to another route and eventually can come...

enhancement
will accept pull request

I try to use `Tabular` on `React` by #189. But I would like to use `React Component` instead of `Template Cells` ```js { tmpl: Meteor.isClient && Template.bookCheckOutCell } ------------ Check...

I try to create `view with lookup relation`, and then use it in `meteor-tabular`. ```bash db.createView ( "orderView", "order", [ { $lookup: { from: "customer", localField: "customerId", foreignField: "_id", as:...

Hi, we are trying to add ids to each datatable row, seem to only have control to the columns[], how can you add an id to each row please?m Tried...