Displaying filters above or below the table content
I cant get to work this. In my CenterResource.php i add the methos:
i also added:
`
But the method is not being called. It shows in PHPStorm as unused element.
From where do i have to call the method please?
4 Replies
It goes in ListCenters
Could you show me please a short code example @kennethsese , would be great! π
When you created your Center resource it created other files like CreateCenter, EditCenter, and ListCenters. Put it that method in ListCenters.
it works! Thanks very much @kennethsese π