reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

A reactive table designed for Meteor

Results 100 reactive-table issues
Sort by recently updated
recently updated
newest added

I have a collection having records for page contents in 6 languages. E.x - I have 6 records for one page. So I want to fetch distinct page. All contents...

Responding to comments raised in: https://github.com/aslagle/reactive-table/pull/296 > Would you be able to use the tmpl option and write an external template with the expand button and helpers for the subtable?...

Is it possible to reorder the columns of a table by drag and drop?

In my data base having encrypted data but before publish i decrypt that data and it displays in reactive-table with decrypted data but if i want to filter that data...

I have a simple table where one of the columns contains signed integers (statusCode in example below). I can only filter the rows by those integers when the integer is...

I want to return a collection having tracking number with trackingNumber.substr(0, 2); , if i 'console' this on server side it gives as expected result but if i returned then...

When sorting columns, they will be sorted alphabetically. There shoud be an option for sorting numerically, or still better, the possiblity of giving a comparison functon.

Hello, I am trying to use the $and mongo selector like this : ` ReactiveTable.publish("myLowStock", Stocks, function(){ return { $and: [ { "userId": 'w7pxMccWs5MxHyKGf' },{"show" : true} ] } }...

I have a 2 column array, with `multiColumnSort: false` When I sort the first column, and then the second column several times, I have a strange bug. At first I...

It is a strange problem. I have a Reactive-table with 3 columns working fine. those 3 columns only display simple collection attributes. However, my last column is a bit more...