mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Sidebar chart display
This commit is contained in:
@@ -17,16 +17,10 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr *ngFor="let result of results">
|
||||
<td>
|
||||
<div class="ui checkbox">
|
||||
<input type="checkbox">
|
||||
</div>
|
||||
</td>
|
||||
<td>{{result.name}}</td>
|
||||
<td>{{result.artist}}</td>
|
||||
<td>{{result.album}}</td>
|
||||
<td>{{result.genre}}</td>
|
||||
</tr>
|
||||
<tr
|
||||
app-result-table-row
|
||||
*ngFor="let result of results"
|
||||
(click)="onRowClicked(result)"
|
||||
[result]="result"></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user