Commit 69b5b975 authored by bangnguyen47's avatar bangnguyen47 Committed by GitHub

Update grouping-component.md

parent 91fe4085
...@@ -24,7 +24,9 @@ Options ...@@ -24,7 +24,9 @@ Options
Examples Examples
-------- --------
Grouping by field: ```php Grouping by field:
```php
<?php <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
...@@ -82,7 +84,9 @@ htmlFooter(); ...@@ -82,7 +84,9 @@ htmlFooter();
``` ```
Grouping by query: ```php Grouping by query:
```php
<?php <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment