Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v1.2.0
Added
- Ability to disable pagination (#222)
- Ability to define the sorting direction names for each column. i.e. A-Z, Z-A, Yes, No, Enabled, Disabled, etc.
- Added ability to define primary key of rows for bulk select
- Added selectedKeys property that returns an array of the ids of the selected rows
Changed
- Clarified where rowView looks in read me
- Null the search filter when it's empty
- Fill per page options from $perPageAccepted in views
- Make $perPageAccepted public
Removed
- Removed
text-secondary
class from sorting title
v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.4.0
Changed
- Fixed polling issue
- Fixed MongoDB per page issue
- Fixed use of $clearSearchButtonClass variable
v0.3.3
v0.3.2
Added
- Added thead class to option array
- Ability to export the list set to CSV/XLS/XLSX/PDF
- Ability to mark a visible column as not to be exported
- Ability to mark a column as export only, which hides it from UI
- Ability to format a single column differently for export as it is for its UI
- Added option to change the button class from the config