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
You can do this with the valueFormatter, is useful to apply any type of format to the value but also for this case in which an object arrives and we want to represent one or several values.
valueFormatter: (value) => value.name;
valueFormatter: (value) => `${value.name} lives in ${value.city}`;
What is the problem this feature will solve?
Make this type of model data printable in the table rows
What is the feature you are proposing to solve the problem?
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: