diff --git a/README.md b/README.md index 212fb4c..79de358 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,15 @@ To pass them as widget options: ]) ?> ``` +## Specifies datatable id + +```php + $dataProvider->getModels(), + 'id' => 'your-datatable-id' +]) ?> +``` + ## Add Links to row ```php