Can I have more than one row per record, aka rowspan?
Can I have more than one row per record, aka rowspan?
tpraj
Posts: 5Questions: 2Answers: 1
Hello,
I was wondering if its possible for me to format datatable to show my data in the following format:
https://s17.postimg.org/md0c7oohb/2016_10_24_144826.png
Thanks,
Thanesh
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes, that should be quite possible. Use a renderer to combine multiple data points into a single cell. It can also be used to create the buttons (use
data: null
for the final column, since it doesn't need an actual data point source).Allan
Thank you for pointing me to the API! I was able to come up with a datatable mock-up.
http://s18.postimg.org/tl33q1rkp/2016_10_26_113007.png
Thanks again,
Thanesh