Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actions/javascripts/actionsDataTable.js')
-rw-r--r--plugins/Actions/javascripts/actionsDataTable.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Actions/javascripts/actionsDataTable.js b/plugins/Actions/javascripts/actionsDataTable.js
index ef8442e1bd..1921916340 100644
--- a/plugins/Actions/javascripts/actionsDataTable.js
+++ b/plugins/Actions/javascripts/actionsDataTable.js
@@ -80,15 +80,14 @@
self.dataTableLoaded(response, self.workingDivId);
};
- self.handleSearchBox(domElem, dataTableLoadedProxy);
self.handleConfigurationBox(domElem, dataTableLoadedProxy);
+ self.handleSearchBox(domElem, dataTableLoadedProxy);
}
self.handleColumnDocumentation(domElem);
self.handleRelatedReports(domElem);
self.handleTriggeredEvents(domElem);
self.handleCellTooltips(domElem);
- self.handleExpandFooter(domElem);
self.setFixWidthToMakeEllipsisWork(domElem);
self.handleSummaryRow(domElem);
self.openSubtableFromLevel0IfOnlyOneSubtableGiven(domElem);
@@ -301,6 +300,8 @@
content.trigger('piwik:dataTableLoaded');
+ piwikHelper.compileAngularComponents(content);
+
piwikHelper.lazyScrollTo(content[0], 400);
return content;