Skip to content

Releases: rappasoft/laravel-livewire-tables

v2.8.0

25 Jul 00:44
e6069cd
Compare
Choose a tag to compare

Added

  • Added functionality to bookmark or deep link column selection
  • Added functionality to identify different datatable components as unique in column selection
  • Added funcitonality to configure query string alias
  • Added funcitonality to configure session key for column selection (dataTableFingerprint)
  • Added functionality to select/desect all columns in column selection dropdown
  • Added French translation - #816
  • Added Malay translation - #821
  • Added Dutch translation - #834
  • Added Ukranian translation - #840

Changed

  • Fixed bug with sort callback on newer versions of Livewire - #805
  • Fixed: Removed :mixed return type hint as it requires PHP8.0 - #822

v2.7.0

08 May 02:26
60d60c2
Compare
Choose a tag to compare

Added

  • Added functionality to hide individual filters from popover and slide down views
  • Added functionality to hide individual filters from filter pills
  • Added functionality to hide individual filters from the active filter count
  • Added functionality to say which filters get reset by the clear button
  • Added functionality to set filters as secondaryHeader or footer of columns

v2.6.0

05 May 14:12
Compare
Choose a tag to compare

Added

  • Added functionality to display BooleanColumn as Yes/No instead of icons.
  • Added ButtonGroupColumn for multiple LinkColumns in one group. Pretty much built in action buttons support.
  • Added bulk action export example to docs.

v2.5.0

03 May 18:44
04e0177
Compare
Choose a tag to compare

Added

  • Ability to pass mount parameters to configurable areas

Changed

  • Move configure call to boot() instead of booted().
  • Mount methods now available in configure() method.
  • Non-field columns with a searchable callback are now included in the search query.
  • Fixed debug query output duplicating select statements.
  • Fixed header issue on column hide - #754

Removed

  • Calls to set builder and columns in render as it doesn't seem to make a difference since it's also called in booted().

v2.4.0

30 Apr 19:01
46133d6
Compare
Choose a tag to compare

Added

  • Added table event listeners to sort/filter/clear from other components.
  • Added text filter.
  • Added $row as second parameter to BooleanColumn setCallback().
  • Added setThSortButtonAttributes() to set attributes for th sort button.
  • Added setHideConfigurableAreasWhenReorderingStatus() to hide configurable areas when reordering status which now defaults to true.

Changed

  • Rework builder to fix passed parameters in builder() and columns() methods.
  • Fixed possible bug with bulk actions dropdown on Tailwind when bulk actions are hidden until a selection is made.

v2.3.0

28 Apr 19:53
099a2d7
Compare
Choose a tag to compare

Added

  • Added ability to define additional select statements outside the scope of a column using the setAdditionalSelects(array $selects) configuration method.
  • Added 8 configurable areas, see Configurable Areas of the Datatable section of the documentation.

v2.2.1

27 Apr 15:17
f7505f3
Compare
Choose a tag to compare

Changed

  • Fixed filter dropdown opening on sort - #740

v2.2.0

26 Apr 00:27
6e30f7c
Compare
Choose a tag to compare

Added

  • Added space to include custom markup at the end of the component.
  • Added events documentation
  • Added ability to set columns as deselected by default - #731
  • Added NumberFilter - #729

Changed

  • Fixed issue with Postgres and quotes - #734

v2.1.1

12 Apr 23:30
2788f4a
Compare
Choose a tag to compare

Added

  • Turkish Translation - #686
  • Added missing table row click functionality
  • Added ability to mark column as unclickable if you need a cell to have another clickable element with clickable rows turned on.

Changed

  • Update filter docs - #691
  • Update getTdAttributes to take 4th missing argument
  • Add filters in the config section - #709
  • Update some docs formatting

v2.0.0

30 Mar 17:22
139daac
Compare
Choose a tag to compare

Ground Up Rebuild