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
$enableColumnSearchproperty (defaults totrue) - Set
public bool $enableColumnSearch = false;on your ReportBuilder subclass to disable
Full Changelog: 2.3.3...2.4.0