Skip to content

Commit 4a372af

Browse files
authored
Update README.md
1 parent 0105610 commit 4a372af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Resets the datatable instance, and then you can set up a new one
317317
<?= $this->Datatable->reset() ?>
318318
```
319319
# 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
320+
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
321321
```php
322322
<?= $this->Datatable->getInstance()->setConfig('ajaxUrl', ['controller' => 'Pages', 'action' => 'list']); ?>
323323
```

0 commit comments

Comments
 (0)