v2.2.3
- Add
Orchestra\Html\Table\Grid::searchable()
andOrchestra\Html\Table\Grid::sortable()
to facilitate searching and sorting. - Allow to retrieve instance of
Illuminate\Http\Request
andIlluminate\Translation\Translator
from within Form and Table builder. - Add
Orchestra\Html\Table\Grid::paginated()
helper method to access pagination state for current table. - Utilize
Illuminate\Support\Arr
.