RelationManager shows "Class must be declared abstract or implement method 'getTableQueryForExport'"

In my RelationManagers my code editor shows "Class must be declared abstract or implement method 'getTableQueryForExport'". Never saw this before. Any ideas why?
Solution:
Update solved it, but still no clue why it appeared randomly
Jump to solution
6 Replies
Patrick1989
Patrick19893mo ago
do you also have that error when checking the browser or is it your editor only
Patrick
Patrick3mo ago
Hey @Patrick1989 , Thanks for your reply. It's just my editor, but wasnt there before. Cant figure out what triggered it to appear
Patrick1989
Patrick19893mo ago
hehe ye can't really help with that sorry
awcodes
awcodes3mo ago
Sounds like you need to update filament or you are missing a trait on your class.
Patrick
Patrick3mo ago
Thx @awcodes , I will try the update later
Solution
Patrick
Patrick3mo ago
Update solved it, but still no clue why it appeared randomly
Want results from more Discord servers?
Add your server
More Posts
Define table fixed table heightI'm trying to fix table height to specific size and get table records scrolling inside. How I can acIs it possible to load a table inside an Action Form?I need to provide more information to the user than is practical in a Select. Is it possible to retable action to open the relationship manager in a modal?I have UserResource and I want to have this "edit permissions" action to open the permissions relati1305 FUNCTION gpais.json_unquote does not existSQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION gpais.json_unquote does not exist The POST method is not supported for route admin/login. Supported methods: GET, HEAD.in production i have thiss error, there is my route : ``` GET|HEAD admin/login ................afterStateUpdated function not working`return $form ->schema([ Select::make('faculty_id') The POST method is not supported for route admin/login. Supported methods: GET, HEAD. 405 ERRORI'm trying to log in to my app (local and production) which was working until now. After seeing a blCreateRecord equivalency for EditRecord - mutateFormDataBeforeFillIn the `EditRecord` i use the mutateFormDataBeforeFill: ```php protected function mutateFormDataBefoAdding close button when customizing modalFooterActionsOn the Table action, when we need to add multiple Action buttons, we use the `modalFooterActions()` Change the color of the Submit button on the Table Action ModalI have a Table Action that triggers a modal for further values to complete the action. Is there a wa