F
Filament11mo ago
Rolland

How to deal with nested item for UI on a tab?

Currently what I have can be referred at the screenshot. I am Using the Section components. However, it look abit too messy when there are more than one nested.. I would like a suggestions. Thank you... plugin used Filament Shield..
No description
3 Replies
LeandroFerreira
LeandroFerreira11mo ago
Fieldset, Group (without borders)..
Norman
Norman10mo ago
Hi guys, How can the element value of another fieldset inside fieldset select element options be accessed?
Rolland
RollandOP10mo ago
function (Fieldset $fieldset) {
dd($fieldset);
}
function (Fieldset $fieldset) {
dd($fieldset);
}
this is just a code snippet. you need to experiment it a bit.. this is usually what I've seen people do here.. I did try using both but they are not collapsible. thank you

Did you find this page helpful?