Two rows of data condensed to one row possible?

Two rows of data condensed to one row possible?

parsonsparsonsparsonsparsons Posts: 29Questions: 8Answers: 0

I am assuming this isn't possible but I just wanted to verify. Theres no way for me to display my data like this correct?

Take for example a list of phone numbers:

+---------+----------------------------------+--------------+---------+----------------------------------+--------------+
| Name | Phone Number | Edit | Name | Phone Number | Edit |
+---------+----------------------------------+--------------+---------+----------------------------------+--------------+
+---------+----------------------------------+--------------+---------+----------------------------------+--------------+
| John | 54894984899 | Edit | Bob | 77778841848 | Edit |
+---------+----------------------------------+--------------+---------+----------------------------------+--------------+
+---------+----------------------------------+--------------+---------+----------------------------------+--------------+
| Jill | 545100541879 | Edit | Dennis| 69214503654 | Edit |
+---------+----------------------------------+--------------+---------+----------------------------------+--------------+

Thanks.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    Answer ✓

    Hi @parsonsparsons ,

    Not within DataTables, but it wouldn't be hard to join the data first, merging two rows into one, then passing that into DataTables.

    Cheers,

    Colin

  • parsonsparsonsparsonsparsons Posts: 29Questions: 8Answers: 0

    Thanks, I will try this.

This discussion has been closed.