Skip to content

Releases: rappasoft/laravel-livewire-tables

v0.1.5

26 May 20:48
Compare
Choose a tag to compare

Changed

  • Use constructor instead of mount so that the child classes have access to a mount method that they can accept parameters in.

v0.1.4

24 May 15:26
Compare
Choose a tag to compare

Changed

  • Changed $models to $builder
  • Changed callback parameters for sorting to $builder, $direction. (Removed sortField because we know what it is, until someone gives me an example of why it would be beneficial to keep it).

v0.1.3

13 May 03:44
Compare
Choose a tag to compare

Changed

  • Ability to turn off per page option while keeping pagination on
  • Fix the search feature if pagination is on, and you're not searching from the first page using Livewire's native resetPage() method.

v0.1.2

28 Apr 16:41
Compare
Choose a tag to compare

Changed

  • Fixed pagination text when there are zero results

v0.1.1

04 Apr 15:44
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changed

  • Name of table blade view to avoid issues with other like named packages

v0.1.0

04 Apr 03:04
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge branch 'develop'