Level 12
@peterhrobar Please add your code.
``` Your code here```
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How can i get the current table query - with the active filters - in the getTabs() method of a resource list page?
I can call self::$resource::getEloquentQuery() but it obviously does not reflect the active filters on the table.
Would be nice to reflect the filter so the tab badge will show the right count for each tab even when the table is filtered ... tried self::$resource::getTable() etc. but these are not available methods in this context
Please or to participate in this conversation.