Hot keys ¶
Since v1.7.2
Since v1.7.2 version, several operation shortcuts have been added to the grid page, which are opened in the following way.
php
$grid->enableHotKeys();
The following is the correspondence between keys and operations
| Key | operation |
|---|---|
| s | Quick search focus |
| f | Expand or hide the filter |
| r | Refresh page |
| c | Go to the creation page |
| left | Jump to the previous page |
| right | Jump to the next page |
Laravel-Admin Documentation