How to show a slideover infolist view when clicking a row in a resource table?
Can anyone provide code examples for something like that? Thanks!
5 Replies
Anyone?
Are you using a ViewAction with
slideOver()
?
I mean, this
Yeah but I want it to be activated when clicking the row not having an action button for it
Use $table->recordAction('view')
that easy? Oh wow, I couldn’t find recordAction documented. Can’t test now, but will do tomorrow ❤️