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 add hooks #1526

Closed lrljoe closed 8 months ago

lrljoe commented 8 months ago

Adds lifecycle hooks for configure() method

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 #1526 (8a1676f) into develop (6c1b4f9) will not change coverage. The diff coverage is 83.33%.

:exclamation: Current head 8a1676f differs from pull request most recent head a09d589. Consider uploading reports for the commit a09d589 to get more accurate results

@@            Coverage Diff             @@
##             develop    #1526   +/-   ##
==========================================
  Coverage      88.53%   88.53%           
  Complexity      1261     1261           
==========================================
  Files             96       96           
  Lines           2992     2992           
==========================================
  Hits            2649     2649           
  Misses           343      343           
Files Coverage Δ
src/DataTableComponent.php 97.14% <100.00%> (ø)
src/Traits/WithTableHooks.php 75.00% <75.00%> (ø)