Hi,
Is it possible to enable “columnSorting” with Backbone integration?, I tried using the example you provide but seems it is not working.
http://jsfiddle.net/gvazq82/1jfs16u0/4/
Let me know your comments.
Gabriel.
Hi,
Is it possible to enable “columnSorting” with Backbone integration?, I tried using the example you provide but seems it is not working.
http://jsfiddle.net/gvazq82/1jfs16u0/4/
Let me know your comments.
Gabriel.
Thanks for sharing @gabriel_vazquez
I’ve reproduced the odd behavior. I’ll leave this issue for our developers to check.
Are there any update about this?, I talked to my manager about this issue and we are willing to pay for the fix.
Let me know your comments.
Hi @gabriel_vazquez
I’ve send your request to our developers. We firstly need to investigate this case. Please provide your e-mail address or resend your request to support@handsontable.com. I shall contact you tomorrow with any updates.
Hi @gabriel_vazquez
thanks to @budnix we were provided with a workaround. You can find it at: http://jsfiddle.net/budnix/1jfs16u0/5/
Unfortunately the provided solution does not work for filtering (updated demo:http://jsfiddle.net/dka8x1u0/)
We the the error
Hi @aleksandra_budnik! What’s the significance of waiting 500ms before disabling the plugin? Is it safe to lower that?
Hi @aleksandra_budnik
I was told that columnSorting
plugin automatically triggers the observeChanges
plugin which in the end was a cause of the sorting bug while using Backbone. You can experiment with the delay value. It can be ~50ms as well.
ps. here’s more about the observeChanges
plugin: https://docs.handsontable.com/pro/1.5.1/ObserveChanges.html
Issue is closed as we have dropped support for Backbone.