Skip to content

Releases: rappasoft/laravel-livewire-tables

v1.2.0

23 Apr 01:58
7e586d9
Compare
Choose a tag to compare

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

21 Apr 22:20
6b112ce
Compare
Choose a tag to compare

Added

  • Added callback to column's sortable() method to customize sorting functionality per column. (#216)
  • Support for polling keep-alive and visible.
  • Start of a test suite (#218)

Changed

  • Updated Tailwind search clear button (#217).
  • Updated readme

v1.0.4

19 Apr 03:12
1b3fe44
Compare
Choose a tag to compare

Added

  • $searchFilterDebounce, $searchFilterDefer, $searchFilterLazy, for defining the search input data binding property. #211
  • Remove ability to need to define filters if not defining defaults. #213

Changed

  • Rearrange wire:keys

v1.0.3

18 Apr 16:00
eea59ca
Compare
Choose a tag to compare

Added

  • Added Bootstrap 5 theme

Changed

  • Removed calls to custom primary color with indigo for tailwind
  • Updated search and row click sections of read me to be more clear.
  • Added resetPage to per page dropdown and filters.

v1.0.2

17 Apr 19:07
84e99f8
Compare
Choose a tag to compare

Changed

  • Fixed checkbox click with row click combination following URL and not checking checkbox.

v1.0.1

17 Apr 15:39
f500d34
Compare
Choose a tag to compare

Changed

  • Fixed missing bootstrap components aliased to bs4.table.*
  • Updated readme
  • Added missing row click on bootstrap

v1.0.0

16 Apr 20:59
3236a62
Compare
Choose a tag to compare

Ground Up Rebuild

v0.4.0

14 Apr 20:29
b075759
Compare
Choose a tag to compare

v0.3.3

13 Dec 05:18
d36f332
Compare
Choose a tag to compare

Added

  • PHP8 Support
  • Spanish translations
  • German translations
  • French translations

Changed

  • Updated Arabic translations

v0.3.2

27 Sep 03:38
3a4604c
Compare
Choose a tag to compare

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