From c8880f4afe791835584e2e1580807d232591ded0 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 25 Nov 2013 22:17:56 +0000 Subject: Refs #4200, fixing typo in method name and tweaking docs. --- plugins/ExampleVisualization/SimpleTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExampleVisualization') diff --git a/plugins/ExampleVisualization/SimpleTable.php b/plugins/ExampleVisualization/SimpleTable.php index d3741746db..4d1c8b0bbe 100644 --- a/plugins/ExampleVisualization/SimpleTable.php +++ b/plugins/ExampleVisualization/SimpleTable.php @@ -45,7 +45,7 @@ class SimpleTable extends Visualization // $this->dateTable->filter($nameOrClosure, $parameters); } - public function afterAllFilteresAreApplied() + public function afterAllFiltersAreApplied() { // this hook is executed after the data table is loaded and after all filteres are applied. // format your data here that you want to pass to the view -- cgit v1.2.3