F
Filament3mo ago
Gnagno

Two column body

Hi everyone, has anyone ever created a two-column page layout with a menu at the top (->topNavigation())? I would like to build a tree system for users. Let me explain better with an example for users: I’d like to keep the main menu at the top and divide the page into two parts. The left side (where the menu is usually located) should display a tree structure of users with a hierarchy, starting from the admin and going down to the users under them: Admin->master->affiliate->other. Let’s say that instead of displaying a table, I’d just like to display the username, and by clicking on it, the right side (the larger part) would immediately show the editing view for that user. Do you think it’s possible to create something like this?
1 Reply
Matthew
Matthew3mo ago
Anything is possible, if you're willing to write the code. It doesn't feel like something Filament lends itself immediately to. You could use a table with groupings and slideover\modal edit\view to achieve something very similar in a fraction of the development time.

Did you find this page helpful?