mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-07 05:54:15 +01:00
Updated: Add support for the complex headers with a scrolling table
This commit is contained in:
parent
6a9e32486f
commit
a5bba04353
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -3795,7 +3795,7 @@
|
|||||||
* Get the unique column headers in the newly created (cloned) header. We want to apply the
|
* Get the unique column headers in the newly created (cloned) header. We want to apply the
|
||||||
* calclated sizes to this header
|
* calclated sizes to this header
|
||||||
*/
|
*/
|
||||||
var nThs = _fnGetUniqueThs( nTheadSize );
|
var nThs = _fnGetUniqueThs( o, nTheadSize );
|
||||||
for ( i=0, iLen=nThs.length ; i<iLen ; i++ )
|
for ( i=0, iLen=nThs.length ; i<iLen ; i++ )
|
||||||
{
|
{
|
||||||
iVis = _fnVisibleToColumnIndex( o, i );
|
iVis = _fnVisibleToColumnIndex( o, i );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user