You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2021. It is now read-only.
{ keyValues: {name: "Tom" , age: "22" }, height: "1.5" }
If the JSON looks like this and what if I want to display 'name' property as a column?
Entering it like this doesn't work
<data-table-column
[property]="'keyValues.name'"
[header]="'Name'"
[sortable]="false">
property field only expects a string!
The text was updated successfully, but these errors were encountered:
{ keyValues: {name: "Tom" , age: "22" }, height: "1.5" }
If the JSON looks like this and what if I want to display 'name' property as a column?
Entering it like this doesn't work
<data-table-column
[property]="'keyValues.name'"
[header]="'Name'"
[sortable]="false">
property field only expects a string!
The text was updated successfully, but these errors were encountered: