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 #1520

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:

codecov[bot] commented 8 months ago

Codecov Report

Merging #1520 (8a1676f) into develop (f2b5794) will decrease coverage by 0.03%. The diff coverage is 83.33%.

@@              Coverage Diff              @@
##             develop    #1520      +/-   ##
=============================================
- Coverage      88.55%   88.53%   -0.03%     
- Complexity      1256     1261       +5     
=============================================
  Files             95       96       +1     
  Lines           2980     2992      +12     
=============================================
+ Hits            2639     2649      +10     
- Misses           341      343       +2     
Files Coverage Δ
src/DataTableComponent.php 97.14% <100.00%> (+0.36%) :arrow_up:
src/Traits/WithTableHooks.php 75.00% <75.00%> (ø)