FixedColumns -2.0.3 bug

FixedColumns -2.0.3 bug

khankhan Posts: 1Questions: 0Answers: 0
edited October 2013 in Bug reports
/**
* @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??

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Can you link to a test case showing the problem so we can debug it please, as noted in the forum rules.

    Allan
This discussion has been closed.