hello,
I’d like to prevent a datatable to be sorted by the user with the “sort” red triangle icon on datatable head.
I’d also like to avoid to display the Open Row Evolution mouseover popup and the relative icon. in Piwik v. 1 I guess that was obtained with something like:
$view = Piwik_ViewDataTable::factory();
...
$view->disableRowEvolution();
...
I guess it’s just a matter of configuring some parameter, but I browsed the online documentation and wasn’t able to find out how.
any hint? thanks.