Filament Tip: Persist Table Filters, Sorts, and Searches per Tenant
When you use persistInSession() methods on a table, the same filter, sort & search settings persist across all tenants.
Apply this trait on your ListRecords pages and they are stored per tenant.
When you use persist
Apply this trait on your ListRecords pages and they are stored per tenant.
Comments