#984 Dashboard auto refresh degrading table functionalities like sorting -retrofit from trunk

SVN:2.0.2[3324]
This commit is contained in:
Romain Quetiez
2014-09-15 13:45:54 +00:00
parent ccfc16e296
commit 23f1e27346

View File

@@ -826,6 +826,7 @@ try
$oMenu = ApplicationMenu::GetMenuNode($idx);
$oDashboard = $oMenu->GetDashboard();
$oDashboard->Render($oPage, false, $aExtraParams);
$oPage->add_ready_script("$('.dashboard_contents table.listResults').tableHover(); $('.dashboard_contents table.listResults').tablesorter( { widgets: ['myZebra', 'truncatedList']} );");
break;
case 'dashboard_editor':