Row split between two columns

Row split between two columns

dion1512dion1512 Posts: 3Questions: 3Answers: 0
edited August 2017 in Free community support

When my data is displayed on the page, it uses one continuous table but after so many rows displayed, the data is split in to a second column.

However, the last row of the first table column splits between the second table column so I get the persons name at the bottom of the left column and a button appearing at the top of the right column

Hopefully the attached diagram helps explain this.

Can anyone advise how I can keep this data all in one column?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,471Questions: 1Answers: 10,467 Site admin
    Answer ✓

    The layout shown in the screenshot isn't currently possible in DataTables. It shows two tables, each with two columns. For that you would need two DataTables, each populated with different data.

    Allan

This discussion has been closed.