© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
gh057x

Table column

Hi, I have a db table that has field with json/array values.

   'column1' => 'columnvalue1',
   'column2' => 'columnvalue2',
   'column3' => [
      'key1' => 'value1',
      'key2' => 'value2',
      'key3' => 'value3',
   ]
   'column1' => 'columnvalue1',
   'column2' => 'columnvalue2',
   'column3' => [
      'key1' => 'value1',
      'key2' => 'value2',
      'key3' => 'value3',
   ]


Output should be

   'column1' => 'columnvalue1',
   'column2' => 'columnvalue2',
   'key1' => 'value1',
   'key2' => 'value2',
   'key3' => 'value3'
   'column1' => 'columnvalue1',
   'column2' => 'columnvalue2',
   'key1' => 'value1',
   'key2' => 'value2',
   'key3' => 'value3'

How can I do this?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Table Column
FilamentFFilament / ❓┊help
3y ago
Table column that shows Pivo columns
FilamentFFilament / ❓┊help
9mo ago
Collapsible Table Column
FilamentFFilament / ❓┊help
5mo ago
Table Column Width
FilamentFFilament / ❓┊help
9mo ago