Open s7dhansh opened 8 years ago
Let's say users is an array of objects.
users
"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".
https://github.com/aslagle/reactive-table/pull/402 fixes this
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".