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

Fix for Collapsing Columns - Multiple Tables, Single Page #1678

Closed lrljoe closed 4 months ago

lrljoe commented 4 months ago

This provides a fix by passing the table name, along with the rowIndex to ensure that the correct table is targetted.

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

Codecov Report

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

Project coverage is 88.16%. Comparing base (ac641df) to head (7527bfd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1678 +/- ## ========================================== Coverage 88.16% 88.16% Complexity 1314 1314 ========================================== Files 123 123 Lines 3110 3110 ========================================== Hits 2742 2742 Misses 368 368 ```

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