We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924c7d8 commit 6fb5f8eCopy full SHA for 6fb5f8e
frontend/weekly-communication/simple-query-page.md
@@ -44,6 +44,7 @@
44
45
<nz-spin [nzTip]="[nzTip]" [nzSpinning]="isSpinning$ | async">
46
<simple-table
47
+ #simpleTable
48
class="table-text-center table-small"
49
showSizeChanger
50
showPagination
@@ -82,7 +83,7 @@ export class BillListComponent implements OnInit {
82
83
nzTip: string;
84
form: FormGroup;
85
- @ViewChild(SimpleTableComponent)
86
+ @ViewChild('simpleTable')
87
simpleTable: SimpleTableComponent;
88
columns: SimpleTableColumn[] = [
89
{ title: "出账日", render: "billDate" },
0 commit comments