Replies: 1 comment
-
I just realized I can override the prop after applying the header props, but it was still a little bit surprising to find that default title in there. I wouldn't have noticed it without the DOM inspector. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A sortable column header has the title
Toggle SortBy
, which seems to be hardcoded in https://github.com/tannerlinsley/react-table/blob/master/src/plugin-hooks/useSortBy.js#L51. The string should be configurable instead, so that the text can be localized to the user's language.I'd almost consider this a bug. Maybe there are other strings in need of localization, too?
Beta Was this translation helpful? Give feedback.
All reactions