meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
Encountered this bug few days ago where if I'm on another page than the first and delete enough records that they all are in the first page, page doesn't change...
How can I set to Tabular.Table that I want to show more 2 colunms if I have administrator role?
The "Processing" message works great when clicking on column headers or when paging, but it should also appear when the client selector is changed - and filters are applied. Looking...
Hi, I understand that there is the extraFileds: option do define other fields. But it would be great to have another option to simply tell server-side to publish all (other)...
When I use a Blaze template in a column, even if that data renders correctly in the table on the screen, it does not transfer to exports or print views....
Hello, We have encountered a strange problem where are using a Tabular table to represent a list of people who attended a meeting. So on the meeting template, there is...
I have a table whose selector is retrieved from template helper: ``` {{> tabular table=TabularTables.MyTable selector=selector id="myTable"}} ``` ``` javascript Template.myTemplate.onCreated(function(){ this.taskSelector = new TaskSelector(); }); ``` ``` javascript Template.myTemplate.helpers({...
Integrate scroll.js may be a pretty good enhancement to create infinite table and remove paginating system. I have tested, it almost works even if few fixes must be done: -...
It looks like that searching anything but strings seems not to work
If I delete a document from the collection, the table will return a wrong number of entries in `Showing x to y of z entries` until the table is rerendered....