When you develop with the Model / View infrastructure, such as backbone.js or knockout.js, I believe that you need to rebuild your thoughts and implementations in order to change what diplayed (like sorting) is in Model, and not Allow them to appear in the view (for example, using the jquery plugin).
If you end up using the script view in the view to do something fantastic (animation is a good example), then you decide whether the model is updated correctly by disabling or expanding the binding.
Also note that, according to the documentation, this animated sorting plugin removes your table rows from the DOM, adds them to new DIVs, animates them, removes them from the DIV, and restores them to the table. I am wondering if, after this, everything will end, the spine has lost traces of these TDs, and when it changes after the change, it simply adds a new set, since the last set is โgoneโ.
source share