File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
examples/mat-advanced-table-examples/src/app Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,16 @@ <h4 class="mat-title">
39
39
< mat-card >
40
40
< mat-card-title >
41
41
Selection usage
42
+ < small >
43
+ {{ table?.selection.selected.length }} item(s) selected
44
+ </ small >
42
45
< button (click) ="toggleData() " mat-raised-button >
43
46
Toggle Data
44
47
</ button >
45
48
</ mat-card-title >
46
49
< mat-card-content >
47
50
< mat-advanced-table
51
+ #table
48
52
[loading] ="isLoading "
49
53
[data] ="data$ | async "
50
54
[columns] ="columns "
@@ -59,7 +63,7 @@ <h4 class="mat-title">
59
63
< mat-card-title >
60
64
Usage with custom templates
61
65
< button (click) ="toggleData() " mat-raised-button >
62
- Toggle Data {{ isLoading }}
66
+ Toggle Data
63
67
</ button >
64
68
</ mat-card-title >
65
69
< mat-card-content >
You can’t perform that action at this time.
0 commit comments