You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the easiest way would be to create your own controller that extends the Wegmeister\DatabaseStorage\Controller\DatabaseStorageController. Then simply create a new method and call $this->showAction($identifier) in it or copy the content of that function (because maybe you need to adjust permissions otherwise).
Then you can copy the template (Resources/Private/Templates/DatabaseStorage/Show.html) and remove the action column. Styling is up to you.
Maybe i will add this in a future version of the plugin but right now i do not have the time for it.
Is there an easy way to show the table not only in the backend, but also in the frontend? Thanks for your help.
The text was updated successfully, but these errors were encountered: