Switched to using Jquery Bootgrid for tables

This commit is contained in:
laf
2015-03-27 16:28:09 +00:00
parent 115bed5812
commit 6207bae03a
12 changed files with 224 additions and 130 deletions

View File

@@ -485,6 +485,7 @@
item = $(tpl.paginationItem.resolve(values))
.on("click" + namespace, getCssSelector(css.paginationButton), function (e)
{
e.preventDefault();
e.stopPropagation();
var $this = $(this),
@@ -1745,4 +1746,4 @@
// ============
$("[data-toggle=\"bootgrid\"]").bootgrid();
})(jQuery, window);
})(jQuery, window);

View File

File diff suppressed because one or more lines are too long