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

Does anyone know of a tutorial for meteor-tabular which walks the user through a step-by-step application?

enhancement
will accept pull request

Hi, I wish to animate the re-order, creation and deletion of rows, but can't figure out how do so. My datatable contains information that updates regularly. I wish to animate...

enhancement
will accept pull request

Right now once you initialize the table only the data is reactive however if your app has different languages there is no way to re initialize the table it would...

enhancement
will accept pull request

My table loads different languages based on the user, but the user can also change their language which is reactive however the table is not reactive it would be nice...

enhancement
will accept pull request

I have a Monkeys collection that displays a list of monkeys names and ages. Visitors can add or remove monkeys. When a visitor adds a monkey to the list, I...

enhancement
will accept pull request

Brilliant lib. Does it or are there plans to support more complex queries of collections such as aggregations? Or is there a way to source the table data from a...

enhancement

I am trying to make the columns reactive, by having a mongo document containing the list of columns to display. but this does not seem to work. I tried using...

enhancement

I just had a little discussion with an datatables author. https://github.com/DataTables/DataTables/pull/713 Basically, I want pass anonymous functions as options. For example: ``` language: { url: function () { return '/getDataTableLanguageFile/'...

enhancement

searchDelay does nothing currently, it seems ? Any suggestions on delaying the search event with custom code ?

potential bug
will accept pull request

Hello, sorry if my question is too easy, I'm starting with Meteor I have the following configuration, but the columns with title "Ingrediente", "Updated By" are empty in the DataDatable...