You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Michael,
Not sure what's happening there without a sample app, but I've been using the "select" event which collection-table will emit for capturing the selections I've extended on top of reactive-table.
Hi aramk,
First of all let me thank you for providing this package.
As you no doubt intended, I am using it to extend the reactive-table package to provide CRUD functionality.
I have noticed that when I reset a Session value it does not refresh the table contents as it does when using reactive-table.
I have some code that resets the value according to a value selected from a dropdown:
'change #institution-select': function (event, template) {
var institution = $(event.currentTarget).val();
Session.set('selection', institution);
}
When a different selection is made the values seen in the table change when reactive-table, but not in
meteor-collection-table.
I wonder if there is a work around or explanation for this behaviour.
Kind Regards
Michael
The text was updated successfully, but these errors were encountered: