Updated tablesorter to 2.10

This commit is contained in:
Deon George
2013-05-15 22:21:34 +10:00
parent 25d9fbf846
commit 41e777bd9d
10 changed files with 56 additions and 31 deletions

View File

@@ -201,6 +201,9 @@ $(document).ready(function() {
widthFixed : true,
headerTemplate : "{content} {icon}", // Add icon for jui theme; new in v2.7!
widgets: [ "uitheme", "stickyHeaders", "filter" ],
widgetOptions : {
stickyHeaders_offset: ".navbar-fixed-top",
}
}).tablesorterPager({
// target the pager markup - see the HTML block below
@@ -232,6 +235,10 @@ $(document).ready(function() {
Style::factory()
->type('file')
->data('media/vendor/mottie-tablesorter/css/jquery.tablesorter.pager.css');
// @todo The theme should be moved from here, but Controller_Media will need to know about admin requests for media/
Style::factory()
->type('file')
->data('media/theme/baseadmin/css/custom/tablesort.css');
}
if ($this->select) {