Skip to content

Releases: rappasoft/laravel-livewire-tables

v1.5.0

02 May 04:11
7829f0e
Compare
Choose a tag to compare

Added

  • Added hideIf for columns to hide a column with a conditional, works out of the box for cells not using rowView, if using rowView you must wrap the cells you want to hide in the same conditional. See documentation.
  • Added selected row de-selector when not selecting full page or all.

v1.4.0

29 Apr 04:01
fd98bfc
Compare
Choose a tag to compare

Added

  • Added option for single column sorting only.
  • Ability to change empty message per table.
  • Added en.json lang file.
  • Ability to add 'All' option to per-page.

Changed

  • Modified views to support localization better where necessary (republish views).
  • Alphabetize en.json
  • Fixed bulk actions using wrong key to select instead of $primaryKey
  • Make bulk select checkbox use primary key

v1.3.1

27 Apr 03:32
cc10533
Compare
Choose a tag to compare

Added

  • Use the filter option name instead of the value on the filter pills. (#238)

Changed

  • Added row count when pagination is disabled. (#239**)
  • Fixed whitespace-nowrap in tailwind cell. (#240)

Removed

  • Removed old readme for the documentation link.

v1.3.0

25 Apr 15:53
1d9ce5c
Compare
Choose a tag to compare

Added

  • Added searchable() to columns (#233)

Changed

  • Fixed offline indicators to display block.
  • Tailwind cool-gray to just gray since it is included by default.

v1.2.2

23 Apr 12:59
6735b92
Compare
Choose a tag to compare

Changed

  • Removed hard coded bulk text of users and changed to rows

v1.2.1

23 Apr 02:46
5411c1d
Compare
Choose a tag to compare

Changed

  • Remove padding from bootstrap container to keep it flush with sides like Tailwind

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.