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 ArrayColumn (BETA) #1751

Closed lrljoe closed 4 days ago

lrljoe commented 4 days ago

This adds a new ArrayColumn This is to be used when you have an array of data for a row, but want to display it. It requires

You may also define:

THIS IS BETA ONLY, there are no tests or docs written yet, but I wanted to get this merged in, as it's presence will not adversely affect anything if not used.

All Submissions:

New Feature Submissions:

  1. [ ] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [ ] Did you update all templates (if applicable)?
  3. [ ] Did you add the relevant documentation (if applicable)?
  4. [ ] Did you test locally to make sure your feature works as intended?

Changes to Core Features: