Okipa / laravel-table

Generate tables from Eloquent models.
MIT License
532 stars 64 forks source link

bugfix addClassesToRow #67

Closed PaulMcRoar closed 3 years ago

PaulMcRoar commented 3 years ago

As discussed on issue

PaulMcRoar commented 3 years ago

I'm giving up on getting this to pass your checks. The bug exists, and we basically need to add to the array rather than clobbering it each time.

Okipa commented 3 years ago

Thanks @PaulMcRoar, I fixed this in a new PR (https://github.com/Okipa/laravel-table/pull/69).