Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

List of data with buttons that should display the rest of the data below

<tr ng-repeat = "x in userInfo | filter: { ID: selectedId }">
      <td>{{x.name}}</td>
      <td>{{x.hobby}}</td>
      <td>{{x.ID}}</td>
    </tr>
 
PREVIOUS NEXT
Tagged: #List #data #buttons #display #rest #data
ADD COMMENT
Topic
Name
7+6 =