Releases: tiknil/wire-table
Releases · tiknil/wire-table
v1.6.0
- feat: Update support to Laravel 12
v1.5.3
- fix: pagination for the bs4 theme did not support livewire 3
v1.5.2
- fix: remove duplicated query when accessing paginatedData
V1.5.1
- feat: make paginatedData an accessible computed property
v1.5.0
- Feat: support for pagination links on top of the table
v1.4.0
- Feat: Update support to Laravel 11
v1.3.0
- Feat: Basic support for bulk selection
- Renamed bootstrap theme references to bs (backward-compatible)
v1.2.0
- Feat: Added global
wiretable:reload
event to reload tables data
- Removed unused layout references
v1.1.2
- Fix: use the proper view for simple pagination links
v1.1.1
- Fix: JS error when changing sorting due to overlap between sortBy method and property