jQuery Sortable demo
Directors
Total 13 items.
ID | Order | Name |
---|---|---|
3 | 0 | James Cameron |
8 | 1 | David Fincher |
10 | 2 | David Cronenberg |
1 | 3 | Steven Spielberg |
2 | 4 | Tim Burton |
12 | 5 | Ridley Scott |
7 | 6 | Tony Scott |
9 | 7 | Paul Verhoeven |
11 | 8 | Francis Ford Coppola |
4 | 9 | Christopher Nolan |
5 | 10 | John Woo |
13 | 11 | Martin Scorsese |
6 | 12 | Quentin Tarantino |
Simple sorting
The directors are sortable by dragging and dropping them.
After sorting, the Order value will be updated. However, to see this, you have to refresh the page.
The table is implemented with a SortableGridViewJquery. Click here to see a jQuery-free SortableGridView in action.
Note: You may get unpredictable results with this demo if someone else on the web is manipulating the data simultaneously.