Column header/footer mismatch
Column header/footer mismatch
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
[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
This discussion has been closed.
Replies
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.
Thank you.