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 - Full Page Component Option #1537

Closed lrljoe closed 7 months ago

lrljoe commented 8 months ago

Original PR: https://github.com/rappasoft/laravel-livewire-tables/pull/1430, with thanks to @amshehzad

To Follow: DOCS

All Submissions:

New Feature Submissions:

  1. [ ] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [ ] Did you update all templates (if applicable)?
  3. [ ] Did you add the relevant documentation (if applicable)?
  4. [ ] 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 #1537 (c99f967) into develop (f73b59e) will decrease coverage by 0.01%. The diff coverage is 90.69%.

@@              Coverage Diff              @@
##             develop    #1537      +/-   ##
=============================================
- Coverage      88.98%   88.98%   -0.01%     
- Complexity      1264     1280      +16     
=============================================
  Files             96       98       +2     
  Lines           2997     3033      +36     
=============================================
+ Hits            2667     2699      +32     
- Misses           330      334       +4     
Files Coverage Δ
...s/Configuration/FullPageComponentConfiguration.php 100.00% <100.00%> (ø)
src/Traits/Helpers/FullPageComponentHelpers.php 100.00% <100.00%> (ø)
src/DataTableComponent.php 88.09% <73.33%> (-8.97%) :arrow_down:
stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

lrljoe commented 7 months ago

Replaced by #1580