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
I have data structured as [{ name: 'a' }], and I would like the column header to display as Name instead of name. Is there a way to capitalize the column name without changing the data?
I have
datastructured as[{ name: 'a' }], and I would like the column header to display asNameinstead ofname. Is there a way to capitalize the column name without changing thedata?