Skip to content
Discussion options

You must be logged in to vote

It's a toggle, not a set. If you want to set, you would use setHeaderStyles. It will be easier to follow if you used the named constants from TableCellHeaderStates rather than hard-coding some number.

export const TableCellHeaderStates = {
  BOTH: 3,
  COLUMN: 2,
  NO_STATUS: 0,
  ROW: 1,
};

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by peppies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants