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
Will show "id" instead of nothing for the column header row. column.js should probably check that displayName is undefined for using the field property, rather than just this || switch:
When the columnDef displayName property was an empty string, the column
class was defaulting to using the field name in the header template. Now
it will allow an empty string and will only use the field name if
displayName is undefined.
When the columnDef displayName property was an empty string, the column
class was defaulting to using the field name in the header template. Now
it will allow an empty string and will only use the field name if
displayName is undefined.
e.g.
Will show "id" instead of nothing for the column header row. column.js should probably check that displayName is undefined for using the field property, rather than just this || switch:
The text was updated successfully, but these errors were encountered: