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
path: root/core
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-16 04:41:21 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-16 04:41:36 +0400
commitd5d6c9e0a9b7c94ae7e5df3404e8da53608049e9 (patch)
tree0ab537ffe9b23d1556711e0e38ccbdb674134c52 /core
parented213bd7405e4c95420324a9f37239d3d2349a7a (diff)
Refs #4041, use require() and UIControl in all DataTable JS classes.
Diffstat (limited to 'core')
-rw-r--r--core/ViewDataTable/Properties.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ViewDataTable/Properties.php b/core/ViewDataTable/Properties.php
index f1977913aa..4c5231288f 100644
--- a/core/ViewDataTable/Properties.php
+++ b/core/ViewDataTable/Properties.php
@@ -552,6 +552,7 @@ class Properties
{
$result = array(
'datatable_template' => '@CoreHome/_dataTable',
+ 'datatable_js_type' => 'DataTable',
'show_goals' => false,
'show_ecommerce' => false,
'show_search' => true,