How to render list items in a cell?
How to render list items in a cell?
![tablo](https://secure.gravatar.com/avatar/4ae1643d4156ea4ac31a6f3e557a4543/?default=https%3A%2F%2Fvanillicon.com%2F4ae1643d4156ea4ac31a6f3e557a4543_200.png&rating=g&size=120)
Hi all,
some cells in my DataTable could be Arrays. How can I render the contents of each Array e.g. as list items?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use
columns.data
. Take a look at the last example in the documentation.Kevin
@kthorngren : Thanks for the quick response!
Indeed it worked like this: