community-forum icon indicating copy to clipboard operation
community-forum copied to clipboard

Add Clickable Rows in Backpack Admin Panel

Open helderpgoncalves opened this issue 1 year ago • 4 comments

Feature Request

What's the feature you think Backpack should have?

The feature I would like to request is the ability to configure rows in Backpack so that they are clickable, allowing users to navigate directly to the show operation for that specific row.

Have you already implemented a prototype solution, for your own project?

No, I have not implemented a prototype solution for this feature yet. But, If implement a prototype solution by modifying the list.blade.php file and passing data via $this->data['setRowClickable'] = true. This allows users to navigate directly to the show operation for a specific row when clicked.

Do you see this as a core feature or an add-on?

I see this as an add-on feature. While it can enhance the user experience and navigation within the Backpack admin panel, it may not be considered a core functionality that is necessary for all use cases.

helderpgoncalves avatar May 30 '23 19:05 helderpgoncalves