nova-custom-table-card
nova-custom-table-card copied to clipboard
Idea: filter data when using it as card in a resource
In the Nova metric cards it's possible to filter the data using the third optional parameter in the calculate method:
final public function calculate( Request $request, ?object $FilterModel = null ) {
It would be great if this would also be possible to in the custom table cards. Additionally if no data is found, hide the whole block.
+1