meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
I had an interesting idea which would make a form I'm building much more usable. Let me give you an example: I have a "Work Scope" object, which contains potentially...
Is there a way to configure the table to stop subscriptions after a set amount of time? My site is small, but serves as a frontend for a database that...
Cells rendered via a user-defined template rendered provided with the "tmpl" option are not parented in the view tree. This makes it impossible to look up information on parent template...
The example in the meteorpad isn't loading up. It would be great to see how this looks. Thanks, Richard
Hi, i love meteor-tabular, but i think it will be awesome to be able to make simple joins between collections with search capabilities. Any plans on creating a simple join,...
Hey -- I'm wondering if there is a way to temporarily highlight a cell when its value updates? For example, if a number in a cell goes up, it would...
Hi guys, Thanks for this project! One question, can I use dynamic tables with the same table but using different selector? What parameters does the **selector** receive? ``` TabularTables.ContractCompanies =...
Here is how I solved my issue of generating a dynamic tabular: 1. Blaze html dynamicTabular.html ``` {{#if isTabularReady }} {{> tabular table=getTabular selector=selector class="table table-striped table-bordered table-condensed"}} {{else}} {{createTable}}...
Adding footer is neccessary to have a search input inside the table. My idea was just to implement this example -> http://datatables.net/examples/api/multi_filter.html and add ``` tfoot { display: table-header-group; }...
I use meteor-tabular as usual, but I get an error: `I20161128-10:34:13.049(8)? Exception from sub tabular_getInfo id ZaxT5aqxPXxqCuSc3 Error: must use ordered observe (ie, 'addedBefore' instead of 'added') with skip or...