Skip to content

Releases: rappasoft/laravel-livewire-tables

v1.7.0

19 May 03:06
3482038
Compare
Choose a tag to compare

v1.6.1

14 May 00:10
ecc21d1
Compare
Choose a tag to compare

v1.6.0

04 May 19:01
5eccc56
Compare
Choose a tag to compare

Added

  • Added Unselect All button on bulk row when selecting page.
  • Added disabled delay on select checkboxes.
  • Added disabled on bulk row button clicks.
  • Added missing showPagination conditional to views.
  • Added getFilters and getFiltersWithoutSearch methods and refactor views.
  • Added checkFilters method and refactor mountWithFilters
  • Added hasIntegerKeys method

Changed

  • When selecting a page, if there are the same selected as total rows, just show the amount of selected instead of showing "Selecting 1 row. Do you want to select all 1 rows.".
  • Move bulk select row to its own partial for all templates.
  • Moved updatedFilters from WithSearch to WithFilters
  • Refactor hasFilter to support numeric keys
  • Refactor getFilter to support numeric keys
  • Refactor getFilterOptions to support numeric keys

Removed

  • Removed updatingFilters from WithFilters

v1.5.1

02 May 15:46
e2a62ec
Compare
Choose a tag to compare

Added

  • Added clear search method.

Changed

  • Changed resetAll method to include search and page and moved to parent component.
  • Refactored search method to use new resetSearch.

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