Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v0.1.5
Changed
- Use constructor instead of mount so that the child classes have access to a mount method that they can accept parameters in.
v0.1.4
Changed
- Changed $models to $builder
- Changed callback parameters for sorting to $builder, $direction. (Removed sortField because we know what it is, until someone gives me an example of why it would be beneficial to keep it).
v0.1.3
Changed
- Ability to turn off per page option while keeping pagination on
- Fix the search feature if pagination is on, and you're not searching from the first page using Livewire's native resetPage() method.
v0.1.2
Changed
- Fixed pagination text when there are zero results
v0.1.1
Changed
- Name of table blade view to avoid issues with other like named packages