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 a reusable table and want to highlight search terms. I found only one way to do that and that is by using the cell method when creating the column, e.g. cell with highlighting example.
My problem is that I like to keep all styling inside the table and not have any CSS or HTML in my columns. That way I can separate concerns: do my value formatting inside the columns and my styling inside the table.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi y'all,
I have a reusable table and want to highlight search terms. I found only one way to do that and that is by using the cell method when creating the column, e.g. cell with highlighting example.
My problem is that I like to keep all styling inside the table and not have any CSS or HTML in my columns. That way I can separate concerns: do my value formatting inside the columns and my styling inside the table.
I basically want to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions