Updated tablesorter to 2.10
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user