We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0105610 commit 4a372afCopy full SHA for 4a372af
README.md
@@ -317,7 +317,7 @@ Resets the datatable instance, and then you can set up a new one
317
<?= $this->Datatable->reset() ?>
318
```
319
# Indicate a specific url to obtain the data
320
-For example if you are in /pages/index but you et date from /pages/list, is usefull when you hace multiple tables in the same page
+For example if you are in /pages/index but you et date from /pages/list, is usefull when you have multiple tables in the same page
321
```php
322
<?= $this->Datatable->getInstance()->setConfig('ajaxUrl', ['controller' => 'Pages', 'action' => 'list']); ?>
323
0 commit comments