Skip to content

Commit 9dd6a46

Browse files
committed
add note regarding minification
1 parent 23ab781 commit 9dd6a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/table/table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ equivalent to the one above.
6262

6363
Check out the API docs and examples of the `mat-text-column` to see how you can customize the header
6464
text, text alignment, and cell data accessor. Note that this is not compatible with the flex-layout
65-
table.
65+
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.
6667

6768
#### 3. Define the row templates
6869

0 commit comments

Comments
 (0)