-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Milestone
Description
Short description of what this feature will allow to do:
It would be neat to have the ability to add badges to form tabs.
Example of how to use this feature
It'd be nice for displaying counts of certain collections in objects.
It'd probably have to be with some sort of callback that has access to the entity instance:
FormField::addTab('Test Tab')->setBadge(function (Foo $foo) {
return $foo->bars->count();
}),something along that line.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels