Skip to content

Request: Click on row, row details populate into popup modal #13975

Closed Answered by mikesealey
danielrosehill asked this question in Help
Discussion options

You must be logged in to vote

Hey @danielrosehill

In your table you should set an On row click action to Navigate To. For the time being, save this, and we'll come back to it.
#13796

Next, you'll want to create a new screen. In my example I'll be working with the sample data on the Employees table, when clicking a row, I want to see details about that employee. As such, my new screen will be called /employees/:id. Notice the colon in the path there.

Go into the newly created screen and add a Data Provider component, set to fetch data from the same table.

Apply one filter on the _id column to match the binding of the ID passed in the URL (remember that colon?)

Now, anything you add to your Data Provider component has…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mikesealey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants