Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35438

Splitting data between columns

$
0
0

Hi, I was wondering, can DT be used to split data between columns. So say I have a datastream:

Number, Text 1, hello 2, thing 3, there 4, place

I'd like it in a table formatted like this, basically with two (or more) tables side by side and the data split between them:

Number, Text---- Number, Text

1, hello-----------3, there

2, thing-----------4,place

Is this possible? (sorry about my failed attempt to fight the formatting code, hope it's clear what I'm seeking)


Viewing all articles
Browse latest Browse all 35438

Trending Articles