there is a view rendering a list of people in an html table with columns like "firstname", "lastname", "age", "position", loaded from mysql database. Once the user clicks on a table row, he should be redirected to a view with more data about the selected person. What is the mark-up for such redirection using jquery ajax and corresponding routing? Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community