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

Change traits to booted #1603

Closed lrljoe closed 6 months ago

lrljoe commented 6 months ago

This PR changes the standard events to run on booted() rather than boot(), allowing mount() to take place first.

Additionally adds missing tests for:

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 (c307360) 88.53% compared to head (ada2bce) 88.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1603 +/- ## ============================================= + Coverage 88.53% 88.56% +0.03% Complexity 1346 1346 ============================================= Files 106 106 Lines 3167 3167 ============================================= + Hits 2804 2805 +1 + Misses 363 362 -1 ```

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