Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 991bd99

Browse files
committed
- Updated extensions docs
1 parent 87d122c commit 991bd99

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Resources/doc/extensions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
1. [Buttons](#1-buttons)
44
2. [Responsive](#2-responsive)
55
3. [Select](#3-select)
6+
4. [RowGroup](#4.-rowgroup)
67

78
## 1. Buttons
89

@@ -325,13 +326,12 @@ public function buildDatatable(array $options = array())
325326
// ...
326327

327328
$this->extensions->set(array(
328-
'select' => array(
329-
'row_group' => array(
330-
'data_src' => 'title',
331-
'start_render' => [
332-
'template' => ':extension/row_group_start_renderer.js.twig',
333-
]
334-
),
329+
'row_group' => array(
330+
'data_src' => 'title',
331+
'start_render' => [
332+
'template' => ':extension/row_group_start_renderer.js.twig',
333+
//'vars' => array('id' => '2', 'test' => 'new value'),
334+
]
335335
),
336336
));
337337

0 commit comments

Comments
 (0)