Displaying Data using two rows
Displaying Data using two rows
I'm a newbie to DataTables, but have made lots of progress through the use of DataTables on my project. Thanks it's a great tool, but I am still learning.
Is there a way to display my data using two rows instead of one. I have lots of columns and currently I'm using a method that enables user to click on a + icon to display rest of the information. Using two rows (for the desktop version) will allow users to view all of the columns instead of clicking on the + icon . Thanks in advance.
This question has an accepted answers - jump to answer
Answers
Currently no - sorry. You could possibly use the child row features to do this with, possibly also with a custom renderer for Response, but there is no built in way of doing this.
Allan