mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Fix checkboxes and bulk download
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<app-search-bar></app-search-bar>
|
||||
<app-search-bar />
|
||||
<div class="flex flex-1 overflow-hidden">
|
||||
<div
|
||||
#resultTableDiv
|
||||
class="basis-2/3 flex-1 overflow-y-auto scrollbar scrollbar-w-2 scrollbar-h-2 scrollbar-track-base-300 scrollbar-thumb-neutral scrollbar-thumb-rounded-full"
|
||||
(scroll)="resultTable.tableScrolled($event)">
|
||||
<app-result-table #resultTable (rowClicked)="chartSidebar.onRowClicked($event)"></app-result-table>
|
||||
<app-result-table #resultTable (rowClicked)="chartSidebar.onRowClicked($event)" />
|
||||
</div>
|
||||
<div class="basis-1/3 min-w-[310px] max-w-[512px]">
|
||||
<app-chart-sidebar #chartSidebar></app-chart-sidebar>
|
||||
<app-chart-sidebar #chartSidebar />
|
||||
</div>
|
||||
</div>
|
||||
<app-status-bar #statusBar></app-status-bar>
|
||||
<app-status-bar />
|
||||
|
||||
Reference in New Issue
Block a user