-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Hi,
How to access it (MdSort) from component if there are two md-tables in same component, or how to differentiate two mdsorts in same components.
like
<md-table #table1 [dataSource]="table1DataSource" mdSort>
And
<md-table #table2 [dataSource]="table2DataSource" mdSort>
@ViewChild(MdSort) table1Sort: MdSort;
@ViewChild(MdSort) table2Sort: MdSort;
Issue is that, if i click to sort in the header column of one grid it sorts column in both grid or tables.
Thanks & Regards,
damsorian and akushylun
Metadata
Metadata
Assignees
Labels
No labels