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 f19f5bf commit 08f50a4Copy full SHA for 08f50a4
demo/basic/rx.ts
@@ -25,7 +25,7 @@ export class RxDemoComponent {
25
columns = [
26
{ prop: 'Organization' },
27
{ prop: 'DateAdded' },
28
- { name: 'Tags' }
+ { prop: 'Tags' }
29
];
30
31
constructor() {
0 commit comments