Nested Sort is a vanilla JavaScript library, without any dependencies, which helps you to sort a nested list of items via drag and drop. Unfortunately, it does not support touch screens yet.
Using npm:
$ npm install nested-sort
To run this project, you will need:
npm run test
npm run test:coverage
npm run test:watch
When developing you can run:
npm run watch
This will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:3000.
You can navigate to http://127.0.0.1:3000/dev/ in order to see the samples.
Version | Tag | Published |
---|---|---|
5.1.0 | latest | 1yr ago |