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

Hi, Having hard time figuring how can I add a checkbox column to the table should I create it inside collection? Here is my current table: ``` {{> reactiveTable collection=items...

Meteor does reactively update if an entire set of data is subscribed, however if only a window of rows are subscribed, this window subset does not reactively update from meteor,...

i cannot for the life of me figure why it's breaking when i try to sort by fn. the collection is defined in common code. i am using autopublish and...

I tried to change `url` to show `reactive table` many time, it is very slow, I thinks that it have problem with `subscription/cache` ``` js // Server ReactiveTable.publish("insecure-items", Items); //...

Hi, Wanted to know if reactive-table provides row-expander functionality ? any idea on how to implement the same if it doesn't provide ?

Let's say `users` is an array of objects. "users.type" works but "users.0.type" does not work. Any ideas? EDIT: It does not work if I am publishing only specific fields -...

Currently my collection has about 4 million of documents, I would like to subscribe to the collection but only for every pagination, I mean an initial subscription of 10 documents,...

For example I have reactive table with `Telephone` field that have value = `123456` ![2016-06-10_13-55-01](https://cloud.githubusercontent.com/assets/4495160/15956518/3e26b0de-2f13-11e6-9ad3-a5be7b1f3eb9.png) And then I update the `Telephone` field to empty ![2016-06-10_13-55-55](https://cloud.githubusercontent.com/assets/4495160/15956689/610cd582-2f14-11e6-9beb-8b7f684efb39.png) But on the reactive table...

I've a large table and I'd love to select the next and previous row using the up/down keys on my keyboard. Using mousetrap is not difficult to bind an action...

Not particularly essential, but it is listed on http://reactive-table.meteor.com and seems fairly straightforward.