lmtc
Help Us Improve Filament’s Docs & Education in v4
The docs are great - for me personally I would have loved some more examples, especially around the form action models - ran into a few things that took me longer to troubleshoot than I would care to admit haha - the advanced forms cookbook was fantastic. Maybe it could be an idea to have somewhere to suggest things to add to those - would require review but could be helpful?
69 replies
weird question - dynamically generated tailwind config file after form submission
@awcodes So I submit the form - it's a cluster page, and on handleUpdate after save I run a command that updates my existing tailwind.config.js file with some custom theme elements like colors, and some styles (button radius etc) , but the issue is I would then need to run a build - I should probably just use CSS variables but I thought this could be better since then I'm not generating a bunch of dynamic css variables - it's all in the config. This is mostly non-filament but would appreciate any advise - even if it's just saying that's a dumb idea don't do that haha
6 replies
HasMany Table Relationship pivot/group RelationManager
So I have a form resource which has an id, I generate a form and store each field name and label against a session id, I then want to group it by session id and have a column for first_name and last_name with the values under it
12 replies