Hi everyone !
I have an issue when I try to use API functions on fixed columns (I used your extra named "FixedColumns").
For instance, if I want to get the position of a cell, using: fnGetPosition on my DataTable, I've got the error:
I'm calling the function directly on the DataTable instance (oTable). But maybe I'm not using it the right way to get the position of a cell in fixed columns?
I've already searched older discusions and did not find the answer... but I'm not the only one who asked such thing about FixedColumns.
So if anyone can help me, I'm sure it'll help a lot other people!
Thanks in advance,
Kulgar.
I have an issue when I try to use API functions on fixed columns (I used your extra named "FixedColumns").
For instance, if I want to get the position of a cell, using: fnGetPosition on my DataTable, I've got the error:
TypeError: oData is undefined: if ( oData.nTr !== null )
I'm calling the function directly on the DataTable instance (oTable). But maybe I'm not using it the right way to get the position of a cell in fixed columns?
I've already searched older discusions and did not find the answer... but I'm not the only one who asked such thing about FixedColumns.
So if anyone can help me, I'm sure it'll help a lot other people!
Thanks in advance,
Kulgar.