Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v1.19.1
v1.19.0
v1.18.0
v1.17.0
v1.16.0
Added
- Ability to use the header as the footer
- Ability to define a custom footer cell per column
- Ability to set the footer row classes/id/attributes
- Ability to set the footer cell classes/id/attributes
- Added isHtml method on the column and replace use of property in views for internal use.
- Ability to define bulk actions with a method
- Allow to disable responsive status of the table
- Ability to link each cell
Changed
v1.15.0
v1.14.0
Added
- Added ID language file
- Added ability to preselect columns
- Added ability to turn off column session
- Support virtual columns
- Added ability to dump filters above table for debugging
v1.13.0
Added
Changed
- Use package tool to register commands
- Fix callback so it doesn't care about parameter names
- Changed default empty text
v1.12.0
v1.11.0
Added
Changed
- Increased minimum Livewire version
- Added default empty message to lang file.
- Fix people messing with sort direction from URL
- Check to make sure column exists before sorting
- Removed ability to alter per page dropdown select to bypass allowed values.