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 Custom Script Path - V2 #1557

Closed lrljoe closed 7 months ago

lrljoe commented 7 months ago

This allows for a Custom Script path to be used when using the injection method. Path is set via the config file.

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

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (0ab854c) 88.98% compared to head (22abe0a) 88.95%.

Files Patch % Lines
config/livewire-tables.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1557 +/- ## ============================================= - Coverage 88.98% 88.95% -0.03% Complexity 1264 1264 ============================================= Files 96 96 Lines 2997 2998 +1 ============================================= Hits 2667 2667 - Misses 330 331 +1 ```

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