Upgrading to Filament v4 – Alternative for TableRepeater emptyLabel()?
Hello,
I’m currently upgrading my project to FilamentPHP v4 and I’ve been using TableRepeater by Adam Weston in my codebase.
In Adam’s version, there was support for an emptyLabel() (used to set a value for the empty state). While migrating, I’m not sure what’s the best way to handle that part.
Does anyone have a recommended replacement or workaround for this functionality in v4?
Or maybe does anyone know if this is (or will be) something supported directly in the Filament plugin?
Thanks a lot in advance for any pointers!
Solution:Jump to solution
yeah would accept a PR that adds the same methods as the table's empty state
4 Replies
hiddenLabel. ?
I don't think that's supported. Maybe @Dan Harrin would accept a PR to add a
->emptyState()
like we have for tables?Solution
yeah would accept a PR that adds the same methods as the table's empty state
cool, will try to work on it this week.