fnGetPosition in 1.10.0-dev
fnGetPosition in 1.10.0-dev
[code]
"fnInitComplete": function () {
$('#Test tbody tr').on('click', function () {
var aPos = oTable.fnGetPosition(this);
alert(aPos);
});
[/code]
This code works fine in version 1.9.4, but in the version 1.10.0-dev works only for a page which is visible during initialization table. In other pages nothing happens and no errors. I'm doing something wrong? Thank you.
"fnInitComplete": function () {
$('#Test tbody tr').on('click', function () {
var aPos = oTable.fnGetPosition(this);
alert(aPos);
});
[/code]
This code works fine in version 1.9.4, but in the version 1.10.0-dev works only for a page which is visible during initialization table. In other pages nothing happens and no errors. I'm doing something wrong? Thank you.
This discussion has been closed.
Replies
Allan