aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 137 forks source link

Filters on array fields not working #401

Open s7dhansh opened 8 years ago

s7dhansh commented 8 years ago

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 - including "users.type".

s7dhansh commented 8 years ago

https://github.com/aslagle/reactive-table/pull/402 fixes this