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

Add DateColumn #1589

Closed lrljoe closed 6 months ago

lrljoe commented 6 months ago

This adds a new DateColumn, which can receive either DateTime objects, or strings

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 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (69a64c3) 89.08% compared to head (868bef0) 89.17%.

:exclamation: Current head 868bef0 differs from pull request most recent head d0c8dd8. Consider uploading reports for the commit d0c8dd8 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1589 +/- ## ============================================= + Coverage 89.08% 89.17% +0.08% - Complexity 1307 1317 +10 ============================================= Files 99 102 +3 Lines 3078 3103 +25 ============================================= + Hits 2742 2767 +25 Misses 336 336 ```

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