Skip to content

Commit 3f64022

Browse files
authored
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced. To use the format/mode in the event let's pass it in the context. Signed-off-by: Frieder Schrempf <dev@fris.de>
1 parent fd265f3 commit 3f64022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta/AggregationTable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public function render()
120120
$rendercontext = array(
121121
'table' => $this,
122122
'renderer' => $this->renderer,
123+
'format' => $this->mode,
123124
'search' => $this->searchConfig,
124125
'columns' => $this->columns,
125126
'data' => $this->result

0 commit comments

Comments
 (0)