1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Updated: Add support for the complex headers with a scrolling table

This commit is contained in:
Allan Jardine 2011-04-12 20:57:08 +01:00
parent 6a9e32486f
commit a5bba04353

View File

@ -3795,7 +3795,7 @@
* Get the unique column headers in the newly created (cloned) header. We want to apply the
* calclated sizes to this header
*/
var nThs = _fnGetUniqueThs( nTheadSize );
var nThs = _fnGetUniqueThs( o, nTheadSize );
for ( i=0, iLen=nThs.length ; i<iLen ; i++ )
{
iVis = _fnVisibleToColumnIndex( o, i );