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 move render methods to trait #1534

Closed lrljoe closed 8 months ago

lrljoe commented 8 months ago

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 #1534 (ea2fb6a) into develop (e3dfced) will increase coverage by 0.06%. The diff coverage is 100.00%.

:exclamation: Current head ea2fb6a differs from pull request most recent head 8515a77. Consider uploading reports for the commit 8515a77 to get more accurate results

@@              Coverage Diff              @@
##             develop    #1534      +/-   ##
=============================================
+ Coverage      88.73%   88.80%   +0.06%     
- Complexity      1261     1266       +5     
=============================================
  Files             96       96              
  Lines           2992     3001       +9     
=============================================
+ Hits            2655     2665      +10     
+ Misses           337      336       -1     
Files Coverage Δ
src/DataTableComponent.php 97.05% <100.00%> (-0.09%) :arrow_down:
src/Traits/WithColumnSelect.php 72.34% <100.00%> (+1.22%) :arrow_up:
src/Traits/WithFooter.php 100.00% <100.00%> (ø)
src/Traits/WithPagination.php 63.15% <100.00%> (+4.33%) :arrow_up:
src/Traits/WithReordering.php 91.57% <100.00%> (+0.18%) :arrow_up:
src/Traits/WithSecondaryHeader.php 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes