Add sortable tables
This commit is contained in:
@@ -117,7 +117,7 @@ $(document).ready(function() {
|
||||
*/
|
||||
$('.paginated').each(function() {
|
||||
var currentPage = 0;
|
||||
var numPerPage = 6;
|
||||
var numPerPage = 10;
|
||||
var table = $(this);
|
||||
|
||||
table.bind('repaginate', function() {
|
||||
@@ -150,6 +150,8 @@ $(document).ready(function() {
|
||||
table.trigger('repaginate');
|
||||
});
|
||||
|
||||
$('.sortable').tableDnD();
|
||||
|
||||
/*
|
||||
* In-place editor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user