-
|
I was able to figure out how to add a header to the table (turn a regular row into a header row). However, I'm having some problems removing the style. I looked into the playground table plugin, but still can't figure it out. Here is what I have: From what I understand, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Sorry, accidentally figured out that |
Beta Was this translation helpful? Give feedback.
-
|
It's a toggle, not a set. If you want to set, you would use |
Beta Was this translation helpful? Give feedback.
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.