Two rows of data condensed to one row possible?
Two rows of data condensed to one row possible?

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
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
Thanks, I will try this.