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

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

enhancement
will accept pull request

How can I set to Tabular.Table that I want to show more 2 colunms if I have administrator role?

enhancement
will accept pull request

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

potential bug
will accept pull request

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

enhancement
will accept pull request

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

confirmed bug
will accept pull request

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

potential bug
needs reproduction

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

potential bug
needs reproduction

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

enhancement
will accept pull request

It looks like that searching anything but strings seems not to work

enhancement
will accept pull request

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

confirmed bug
will accept pull request