Files
filament/docs
oddvalue e59be12127 Add deferred badge loading for tabs (#19336)
* Add deferred badge loading for tabs

Tab badges that rely on expensive queries (e.g. COUNT on large tables)
can now be loaded asynchronously after the initial page render using
`deferBadge()`. A loading indicator is shown in place of each deferred
badge until the values are fetched via a single renderless Livewire call.

* chore: fix code style

* chore: fix code style

* Revert "chore: fix code style"

This reverts commit e1fc507b88.

* fix and clean up

* Update Tabs.php

* chore: fix code style

* bugs

* docs

* Update tabs.blade.php

---------

Co-authored-by: oddvalue <oddvalue@users.noreply.github.com>
Co-authored-by: Dan Harrin <git@danharrin.com>
Co-authored-by: danharrin <danharrin@users.noreply.github.com>
2026-02-28 23:09:49 +01:00
..
2025-02-22 19:16:37 +00:00