ParentID select dropdown how to setup correctly
Hi, new to filament, I'm just getting started with v3.
What I'm trying to create is a basic Client data table that has following structure:
id
name
somethingElse
canCreateSubClients {true|false}
parentClientID
So I can then have a hierarchy of Clients and I would need to get the dropdown to get the Client->parentClientID->name to display in itself...
Then I was intending to create User records that would link User->clientID.
I haven't found and example yet of this type situation, if anyone can explain or point me at a suitable article.
0 Replies