Merging cells or hiding duplicates

Merging cells or hiding duplicates

bappeltbappelt Posts: 1Questions: 0Answers: 0
edited March 2014 in General
I am trying to use DataTables to add scrolling and sorting to tables in an existing app. Some of the tables have merged cells using rowspan. Something like this:

[code]



Date
Time
Address




05/30
12:42 PM
S Citrus Rd, Winter Springs FL


06:08 PM
680 Northern Way, Winter Springs FL



[/code]

I understand that dataTables does not support the use of rowspan in the body. Are there any other techniques I could use to merge the common cells? Is there a way I could put the duplicate data back into the table but cause it to be hidden maybe?
This discussion has been closed.