CheckAll functionality failing when combined with FixedColumns
CheckAll functionality failing when combined with FixedColumns
I have a checkAll checkbox in the header of a dataTable that works fine before I attach FixedColumns to the dataTable. After attaching FixedColumns I get the following error:
$("span.DataTables_sort_icon", aoCloneLayout[i][j].cell)[0] is undefined
I tried upgrading to the nightly of FixedColumns and that DID appear to fix the checkbox issue, but there were obvious display issues as the scrolling area scrolled behind the fixed area.
See erroring code here: http://live.datatables.net/osopeh/5/edit
Thanks for all the hard work...I hope this helps as a test case.
$("span.DataTables_sort_icon", aoCloneLayout[i][j].cell)[0] is undefined
I tried upgrading to the nightly of FixedColumns and that DID appear to fix the checkbox issue, but there were obvious display issues as the scrolling area scrolled behind the fixed area.
See erroring code here: http://live.datatables.net/osopeh/5/edit
Thanks for all the hard work...I hope this helps as a test case.
This discussion has been closed.