1.0.7 • Published 5 years ago

altai_sortable v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago