FixedColumns -2.0.3 bug
FixedColumns -2.0.3 bug
khan
Posts: 1Questions: 0Answers: 0
/**
* @summary FixedColumns
* @description Freeze columns in place on a scrolling DataTable
* @file FixedColumns.js
* @version 2.0.3
* @author Allan Jardine (www.sprymedia.co.uk)
* @license GPL v2 or BSD 3 point style
* @contact www.sprymedia.co.uk/contact
*
* @copyright Copyright 2010-2011 Allan Jardine, all rights reserved.
I am using the above mentioned jQuery file and when i compile it, i get an an error that says: "TypeError: oDT.fnSettings is not a function"
It comes when i write :
new FixedColumns( oTable,
{
"sHeightMatch": "none"
} );
The error comes at this line in the FiexdColumns file : "dt": oDT.fnSettings(), ............. Can anyone help me??
* @summary FixedColumns
* @description Freeze columns in place on a scrolling DataTable
* @file FixedColumns.js
* @version 2.0.3
* @author Allan Jardine (www.sprymedia.co.uk)
* @license GPL v2 or BSD 3 point style
* @contact www.sprymedia.co.uk/contact
*
* @copyright Copyright 2010-2011 Allan Jardine, all rights reserved.
I am using the above mentioned jQuery file and when i compile it, i get an an error that says: "TypeError: oDT.fnSettings is not a function"
It comes when i write :
new FixedColumns( oTable,
{
"sHeightMatch": "none"
} );
The error comes at this line in the FiexdColumns file : "dt": oDT.fnSettings(), ............. Can anyone help me??
This discussion has been closed.
Replies
Allan