Row split between two columns
Row split between two columns
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
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