Column header/footer mismatch

Column header/footer mismatch

tnelsontnelson Posts: 4Questions: 0Answers: 0
edited April 2012 in General
I am trying to remove a column label using aoColumnDefs like this:

[code]
"aoColumnDefs" : [
// column sizes removed for brevity
{
"aTargets" : [
1
],
"sTitle" : ""
}
]
[/code]

The label in the header row is removed as I expected, but the footer row still has the name of the column from my JSON data.

Unfortunately, I can't use aoColumns as that value is being provided in a way that I can't currently alter.

Any help or suggestions would be greatly appreciated.

Thanks
Tony

Replies

  • tnelsontnelson Posts: 4Questions: 0Answers: 0
    Linked is a small screenshot of the issue I'm having:

    https://skitch.com/hhubris/8sm1c/jacket-list

    You'll notice in the header, the first column header is "First Name", but in the footer you see score and attachments before "First Name".

    If anyone has any ideas I'd really appreciate it, because at the moment I'm stuck.
  • tnelsontnelson Posts: 4Questions: 0Answers: 0
    I found a better way to express my table which fixed the problem.

    Thank you.
This discussion has been closed.