Knockout-Sortable-With-Sortable-Draggable
0.13.1
dotnet add package Knockout-Sortable-With-Sortable-Draggable --version 0.13.1
NuGet\Install-Package Knockout-Sortable-With-Sortable-Draggable -Version 0.13.1
<PackageReference Include="Knockout-Sortable-With-Sortable-Draggable" Version="0.13.1" />
paket add Knockout-Sortable-With-Sortable-Draggable --version 0.13.1
#r "nuget: Knockout-Sortable-With-Sortable-Draggable, 0.13.1"
// Install Knockout-Sortable-With-Sortable-Draggable as a Cake Addin #addin nuget:?package=Knockout-Sortable-With-Sortable-Draggable&version=0.13.1 // Install Knockout-Sortable-With-Sortable-Draggable as a Cake Tool #tool nuget:?package=Knockout-Sortable-With-Sortable-Draggable&version=0.13.1
A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality. Includes a custom build of jQuery UI with only sortable/draggable functionality.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.13.1 | 31,923 | 5/9/2016 |
0.11.1-pre | 1,169 | 8/24/2015 |
0.11.0 | 1,412 | 8/24/2015 |
0.13.1
- remove stray console.log
0.13.0
- add strategyMove option to allow moving items in the same list rather than removing and re-adding items
0.12.0
- maintain width of cells within draggable rows
0.11.0
- update jquery UI dependencies to use jquery-ui/sortable and jquery-ui/draggable
0.10.0
-pass KO 3.3's nodes option on to template binding
-update module references to use jquery.ui/sortable
-ensure that draggable is destroyed when using draggable binding
-remove connectClass on sortable container when binding is disposed
-update references to use KO 3.3
0.9.3 - support CommonJS module loaders.
0.9.2 - conditionally handle nested sortables depending on version of jQuery UI
0.9.1 - fix an issue that dragged data that was falsey (0) was not being respected
0.9.0 - strip leading/trailing whitespace from named templates to prevent sortable issues; fix cancel not being called on appropriate sortable in nested scenario, use Jasmine 2 for specs
0.8.8 - alternate fix to fix from 0.8.7, where sortable operation is always cancelled so normal clean up / disposal works as normal
0.8.7 - additional ko.removeNode call to properly clean moved nodes
0.8.6 - handle binding against null. ensure that disposal works properly for newer and older jQuery UI due to change in data key
0.8.5 - strip comments/text nodes properly from anonymous templates
0.8.4- just update for bower and remove dependencies from bower
0.8.3 - fix issue with undefined being overwritten in AMD when jquery-ui-sortable module returns a value
0.8.2 - strip top-level comments/text nodes fro m anonymous templates
0.8.1 - ignore source in destroyed check for draggables
0.8.0 - allow sorting of primitives