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 319 forks source link

Add fix for DateColumn when empty #1726

Closed lrljoe closed 1 month ago

lrljoe commented 1 month 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 1 month ago

Codecov Report

Attention: Patch coverage is 36.36364% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 86.54%. Comparing base (b114094) to head (cf479b9). Report is 21 commits behind head on develop.

:exclamation: Current head cf479b9 differs from pull request most recent head 9b1f9f3

Please upload reports for the commit 9b1f9f3 to get more accurate results.

Files Patch % Lines
src/Commands/MakeCommand.php 0.00% 6 Missing :warning:
src/Views/Columns/DateColumn.php 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1726 +/- ## ============================================= - Coverage 88.13% 86.54% -1.59% - Complexity 1310 1349 +39 ============================================= Files 123 124 +1 Lines 3102 3197 +95 ============================================= + Hits 2734 2767 +33 - Misses 368 430 +62 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.