Datatable with repeater look

Datatable with repeater look

rpanditrpandit Posts: 14Questions: 0Answers: 0
edited April 2014 in General
Can we create a Datatable with repeater look? So i don't need columns only rows with data as follows.

I am looking for this format

http://jsfiddle.net/HY6Sh/4/

Any sample code would be of great help...
Thanks

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    That's a whole lot of nested tables you've got there. DataTables operates on a single HTML table element only. It can have nested tables, but they don't mean anything to DataTables itself.

    I would suggest typing to create your layout with a single table and keep in mind that DataTables does not support colspan or rowspan in the tbody.

    Allan
This discussion has been closed.