Anvil
Anvil - The mobile companion for Laravel Forge. Available now. Download for iOS

What's New in Livewire Tables v2.5-2.9

Here's a list of the updates to Livewire Tables since May of this year.

AR
Anthony Rappa
1 min read - 7,554 views -

Sorry i've been MIA for a while this year. I got super burnt out and took some time off. I'm just getting back into blogging, as well as knocking out all of the issues and PR's on my projects.

Here's a list of the updates to Livewire Tables since May of this year:

v2.5

  • Ability to pass mount parameters to configurable areas

v2.6

  • Added functionality to display BooleanColumn as Yes/No instead of icons.
  • Added ButtonGroupColumn for multiple LinkColumns in one group. Pretty much built in action buttons support.

v2.7

  • Added functionality to hide individual filters from popover and slide down views
  • Added functionality to hide individual filters from filter pills
  • Added functionality to hide individual filters from the active filter count
  • Added functionality to say which filters get reset by the clear button
  • Added functionality to set filters as secondaryHeader or footer of columns

v2.8

  • Added functionality to bookmark or deep link column selection
  • Added functionality to identify different datatable components as unique in column selection
  • Added funcitonality to configure query string alias
  • Added funcitonality to configure session key for column selection (dataTableFingerprint)
  • Added functionality to select/desect all columns in column selection dropdown
  • Added French translation
  • Added Malay translation
  • Added Dutch translation
  • Added Ukranian translation

v2.9

  • Added support for optgroups in SelectFilter
  • Added information about applying filters on boot
  • Added ComponentColumn
  • Added ability to set the pagination mode of standard or simple

Read next

What's New in Laravel: 8.58 - 8.68

Are you like me and find it impossible to find the time to keep up with the changes in Laravel on a weekly basis? In this series I'll try to roll them up periodically into one post.

AR
3 min read - 9,224 views -

Exploring PHP 8.5's New Pipe Operator: A Fresh Perspective

Among the exciting features in PHP 8.5, the pipe operator stands out as a game-changing addition to the language's syntax arsenal. This innovative operator transforms how we write sequential operations, making code more intuitive and less nested. Let's dive into this new feature and discover how it can revolutionize your PHP coding practices.

4 min read - 4,476 views -