Skip to content

v2.2.3

Compare
Choose a tag to compare
@crynobone crynobone released this 03 Aug 16:20
· 526 commits to 6.x since this release
  • Add Orchestra\Html\Table\Grid::searchable() and Orchestra\Html\Table\Grid::sortable() to facilitate searching and sorting.
  • Allow to retrieve instance of Illuminate\Http\Request and Illuminate\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.