stursby
stursby
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
yea, what @LeandroFerreira said, you'll have to install each Filament "component" and then update tailwind, vite, etc accordingly
13 replies
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
Are you using Livewire? Because the Docs have a section for each component on how to add it to a Livewire component. For example, if you want to add a Filament Form to a page, you'd made a new Livewire component, and then can use Filament Form inside of that Livewire component. And here it is in the Docs --> https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
13 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
yes, I ended up just building a custom export using https://laravel-excel.com/
31 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
Thank for the snippet! 🙌
10 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
C'est en Français! 😉
10 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
I think I'll have to go the same route, as I need to generate dynamic column names based on a JSON db column key/value pairs
10 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
yea, that would helpful!
10 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
so when they want to Export the form submissions... Ideally the key/values in data would get mapped to CSV colums/values
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
that's all stored in the data column
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
but I'm making a "Form Builder" so the client can use the Filament Builder to generate custom Forms
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
I know it's an odd use case...
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
got it, yea, that's kinda what it looks like
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
yea, that just formats that one column... I want to generate multuple dyanmic culums from one JSON column in the DB
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
but I haven't found a way to successfully do that yet
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
do you mean getting the model inside the ExportColumn function? Ideally I'd be able to get it one level higher inside of getColumns
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
hmmm where did you see that??
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
🤷‍♂️
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
No description
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
yea, I was just hopind I'd be able to a access the record and do something like this (just some sample pseudocode)
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
No description
31 replies