best approach showing a small amount of strings within a cell of q-table #8754
Answered
by
metalsadman
zanzara
asked this question in
General - Components / Directives / etc
-
I'm using a q-table and one item will be a string array by the backend and I want to show this strings in a cell. Otherwise, should I use a textrea type for that and map the string array row somehow with the column formatter function to add at least some CRs for each string? What would be the best approach. |
Beta Was this translation helpful? Give feedback.
Answered by
metalsadman
Apr 3, 2021
Replies: 1 comment 1 reply
-
Use body-cell-[name] slot and customize what you want to display for that cell. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zanzara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use body-cell-[name] slot and customize what you want to display for that cell.