1.0.7 • Published 6 years ago

altai_sortable v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Altai Sortable

Reorder elements in a list or grid.

Installation

NPM
npm i altai_sortable
Yarn
yarn add altai_sortable
Ruby on Rails

Add this line to your application.js

//= require jquery/dist/jquery
//= require jquery-ui/ui/version
//= require jquery-ui/ui/ie
//= require jquery-ui/ui/widget
//= require jquery-ui/ui/widgets/mouse
//= require jquery-ui/ui/data
//= require jquery-ui/ui/scroll-parent
//= require jquery-ui/ui/widgets/sortable
//= require altai_sortable/dist/altai_sortable

Set by using the following:

$(".altai-sortable").altaiSortable();

Settings:

## Print log messages in your developer console.
debug: true or false

License

The gem is available as open source under the terms of the MIT License.

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago