Added pagerComplete event to highlight first event of visible table.
This commit is contained in:
parent
ddba2012bb
commit
fdbade688a
Notes:
subgit
2018-03-07 17:58:55 +01:00
r650 www/trunk
@ -344,6 +344,9 @@ $(document).ready(function() {
|
||||
$('#eventstable').bind('sortEnd', function(){
|
||||
highlightFirstEvent();
|
||||
});
|
||||
$('#eventstable').bind('pagerComplete', function(){
|
||||
highlightFirstEvent();
|
||||
});
|
||||
// show / hide event info
|
||||
$('#eventstable').delegate('.toggle', 'click' , function(){
|
||||
// load event details
|
||||
|
Loading…
Reference in New Issue
Block a user