docs(DataTable): Update en-US.md (#2522)

This commit is contained in:
capdiem
2025-08-01 13:56:30 +08:00
committed by GitHub
parent 1049ef81ea
commit 6947c68be2

View File

@@ -21,7 +21,7 @@ The standard data-table will by default render your data as simple rows.
Setting the `ValueExpression` allows you to point to properties of complex types.
For example, if you have a `Person` class with an `Address` property,
you can use `ValueExpression="x => x.Address.City` to point to the `City` property.
you can use `ValueExpression="x => x.Address.City"` to point to the `City` property.
<masa-example file="Examples.components.data_tables.ValueExpression"></masa-example>