javascript - Angular/WebApp design -


i'm creating web app in angular (beginner) , i'm little deep it. potentially want alter design , input on other possible designs of app. there 2 routes, first route main page shows table full of links. when click on 1 of these links, send me second route (i pass in key data urls second route first one). second route tabulated view of information.

one reason wanted alter design have 1 route (with tabs). first tab show table full of links (first route) , rest of tabs show information (second route) therefore compiling 1 route. possible click on link (first route) , lead me next tab key information can use populate tab or better separate out?

example (current design):

first route (table):

person_1, person2, person3
person_4, person5, person6

second route (pretend clicked person1):

tab, tab, tab. information person in each tab (using parameters passed in through url).

if want show in different tab hide tab using jquery or ng-hide. when link clicked instead of navigating route call function show hidden tab after loading info tab


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -