vue-good-table
vue-good-table copied to clipboard
Formatting via HTML inside cell data
Issue Type
- [x] Enhancement Request
- [x] Question
Specs
- What version are you using? ^2.21.9
- What browser? Chrome
Expected Behavior
Currently, I am able to format only the entire row or column.
- I wish to add HTML inside cell data, like bold for specific words.
- Also, some option to add line-break. Currently even with
\n
written in cell data, it ignores it.
Actual Behavior
It shows basic single line unformatted data.
BTW, Thanks for this amazing tool. 😄
Have you tried plain ol' CSS?
I want to bold specific words inside the cell data, not the entire cell data. So CSS won't help. I need to write at least some HTML even to target those words, don't I?