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 23ab781 commit 9dd6a46Copy full SHA for 9dd6a46
src/lib/table/table.md
@@ -62,7 +62,8 @@ equivalent to the one above.
62
63
Check out the API docs and examples of the `mat-text-column` to see how you can customize the header
64
text, text alignment, and cell data accessor. Note that this is not compatible with the flex-layout
65
-table.
+table. Also, a data accessor should be provided if your data may have its properties minified
66
+since the string name will no longer match after minification.
67
68
#### 3. Define the row templates
69
0 commit comments