Getting table data from api with parameter from the logged in user
Hi!
Im having trouble getting the package calebporzio/sushi to get my data and display it in my resource.
Here is my code:
Application Model
In the ApplicationResource i have this function:
I also tried this in the MangeApplication Page like this:
The api works fine if hardcode the ID in the url of the api (without the if statement) but the getRows does not seem to get fired again even when i'm applying filters or something.
I used this example: https://discord.com/channels/883083792112300104/1138671423586566184/1138853947713532014
Does anyone know if it is possible to get the table data with information from the logged in user?
If you need more information please let me know!
1 Reply
Hey do you have a solution for this?