Complex table headers sorting issue -- fixed

Complex table headers sorting issue -- fixed

madlamadla Posts: 3Questions: 0Answers: 0
edited July 2012 in General
Spelling matters...I've initialized the datatables incorrectly. ;-)
I've got a complex header with multiple groups and two rows. When I initialize datatable, it automatically sets sorting to be disabled. How do I fix it so sorting works correctly? Here's the beginning of the table:

[code]









eCoupon

Setup


Name
Promo Code
Type
Status
Start Date
End Date
Requests
Total
Not Activated
Active with Remaining Uses
Uses Remaining
Overuses
Expired
Expired Uses
Psgr Type
Campaign
Created by
Create Date
Version
Modified by
Mod Date


[/code]

Here's what it renders as:
[code]



eCoupon

Setup


Name
Promo Code
Type
Status
Start Date
End Date
Requests
Total
Not Activated
Active with Remaining Uses
Uses Remaining
Overuses
Expired
Expired Uses
Psgr Type
Campaign
Created by
Create Date
Version
Modified by
Mod Date

[/code]

All columns in the second row (the one with the actual column headers) are set to not sort.

Any suggestions?

Thanks...martin
This discussion has been closed.