rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

v3 - Initial Lifecycle Hooks - Configuring/Configured #1523

Closed lrljoe closed 8 months ago

lrljoe commented 8 months ago

This adds the first of the Hook collection planned, providing a hook for:

Per standard Livewire behaviour, these can be used either in your Data Table, or a Trait.l

All Submissions:

New Feature Submissions:

  1. [X] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [X] Did you update all templates (if applicable)?
  3. [X] Did you add the relevant documentation (if applicable)?
  4. [X] Did you test locally to make sure your feature works as intended?

Changes to Core Features: