-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug in reactivity of table #1
Comments
@mherb63 are you using the rowId? This is necessary for the function to figure out differences coming from the collection. |
@mherb63 I'm a bit busy these days, please use ephemer:reactive-datatables until I fix this. |
Wow, really? I came here because of problems with his. In fact, on your README.md you specifically mention that you built this repo because he was non responsive. You should close the repo if you don't want to support it. |
@mherb63 please try the fix I have just committed |
Thank You! Do I just uninstall the plugin and reinstall it? |
I just tried and it appears to be working correctly now. I will keep testing, but close this out for now. Thank you very much for fixing this. Your datatables plugin was the only one I could get working with the features that I needed. |
The Table is not staying in sync with the Meteor collection. For example, if I have 4 documents in my table in Mongo and I manually remove 1 of those documents, the table will update but will duplicate all existing entries.
it appears this function is not producing the differences between the datatables content and the Meteor.collection content
The text was updated successfully, but these errors were encountered: