meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
Hi all!! I'm facing a problem which I don't know how to solve and I hope you can help me. I've created a table with the 'selector' option, which filters...
Being able to add `mouseup` event to textareas `onRendered`. Hi! I'm having an issue where table headers are not automatically adjusting upon embedded textareas being resized. The issue is inherent...
Proposal for Tabular Joins using the mongo aggregator pipeline in both publish with the capability of performing search on the joined collection. Usage: this.table = new Tabular.Table({ name: 'Test', collection:...
I’ve gotten other DT extensions to work in this Meteor wrapper by doing something like the following In Client Side Code e.g. I import an extension at the top of...
Hi, I need some help. Does anyone have a working example on how to use datatable.editor? Much appreciated!! FAF
i.e, 1. if user collection contains two field `amt1` and `amt2` 2. using `columns: [{title: "toatalamt", data: 'total()'}]`, `totalamt` field doesn't exists in user collection. 3. and meter helper as...
Hi. Any tips on how I can search within another publication? Thanks.
Hi, I am trying to make the full (all pages) results set as it appears in my datatable available as an export through a server method. Instead of trying to...
I am trying to translate the pagination the search,etc,but using the method from the docs its not reactive if i change the language it doesnt change the texts.I am using...
is it possible to have access to the clients route that called the table to avoid sending extra information to the client ```js new Tabular.Table({ name: 'My Cool Table', stateSave:...