Skip to content

2.4.0

Latest

Choose a tag to compare

@SimonBarrettACT SimonBarrettACT released this 09 Mar 10:35
· 1 commit to main since this release
f95455f

What's New

Column Search for ReportBuilder (#111)

Added an Alpine.js-powered search input to the ReportBuilder's column selection panel. Users can now type to filter columns by label — sections hide entirely when no columns match.

  • Purely client-side filtering via Alpine.js, no Livewire round-trips
  • Case-insensitive matching against column labels
  • Controlled by $enableColumnSearch property (defaults to true)
  • Set public bool $enableColumnSearch = false; on your ReportBuilder subclass to disable

Full Changelog: 2.3.3...2.4.0