how can i make the data in a column distinct?
how can i make the data in a column distinct?
bubbles25
Posts: 4Questions: 3Answers: 0
This is what i expected result:
header1 header2 Active
--------------------------------------------------
sample1 zxc Y
abc Y
qwr Y
hrt Y
sample2 aaq Y
poi Y
how can i achieve this? where the the first column are not become repetitive
edited: since i cant use the table in this question the sample is malformed.
Answers
DataTables does not currently support
colspan
orrowspan
in the table body I'm afraid. See the documentation here.Allan
my goal is distinct the column(0) or group them to not become repetitive, is that possible?
No, like I said, DataTables does not support colspan / rowspan.
That said, I've just had an idea of how the visual effect of that could be achieved. I'll look at creating that plugin in the next few weeks.
Allan