how can i make the data in a column distinct?

how can i make the data in a column distinct?

bubbles25bubbles25 Posts: 4Questions: 3Answers: 0
edited August 1 in Free community support

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

  • allanallan Posts: 63,441Questions: 1Answers: 10,459 Site admin

    DataTables does not currently support colspan or rowspan in the table body I'm afraid. See the documentation here.

    Allan

  • bubbles25bubbles25 Posts: 4Questions: 3Answers: 0

    my goal is distinct the column(0) or group them to not become repetitive, is that possible?

  • allanallan Posts: 63,441Questions: 1Answers: 10,459 Site admin

    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

Sign In or Register to comment.