mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-02 14:24:11 +01:00
Dev fix: fnRender is only called once per row now for Ajax sourced data
This commit is contained in:
parent
04aa89337b
commit
5576cf2097
@ -20,9 +20,9 @@ $(document).ready( function () {
|
|||||||
var oSettings = oTable.fnSettings();
|
var oSettings = oTable.fnSettings();
|
||||||
|
|
||||||
oTest.fnTest(
|
oTest.fnTest(
|
||||||
"Single column - fnRender is called twice for each row",
|
"Single column - fnRender is called once for each row",
|
||||||
null,
|
null,
|
||||||
function () { return mTmp == 114; }
|
function () { return mTmp == 57; }
|
||||||
);
|
);
|
||||||
|
|
||||||
oTest.fnTest(
|
oTest.fnTest(
|
||||||
|
Loading…
Reference in New Issue
Block a user