How to Access Data Table in Filament RelationManager to Create a Widget?
Hello,
I need some help with accessing the data table within a RelationManager. Specifically, my goal is to:
1. Access the Eloquent query builder instance for the table data within the RelationManager.
2. Create a widget that displays data based on the information available in the RelationManager.
Could you provide some guidance or examples on how to achieve this?
Thank you!
0 Replies