angular-sortable-view
angular-sortable-view copied to clipboard
Disabled attribute
Hi, love this module. However, it would be nice to have a "disabled" attribute. For example, I have a table which is sortable, but ideally, it would be only sortable in "edit mode". It would be nice to disable the sorting dynamically (without resorting to hacks).
I also an interesting option to disable sortable mode. It would be cool to have this feature.
I had this PR here, but I need to go through and fix up the style. https://github.com/kamilkp/angular-sortable-view/pull/33
@dmackerman nice work, thanks!
This sortable module works great for me. I'm looking for the disable feature too.
Thanks for the great work.
There is an option to not disable? Because I have a list of div´s, but inside of divs there are many selects. So the plugin disable select to change the value.