Please do not use Pradeep's solution.
He is overriding the table onAfterRendering function, where he does
oTable.onAfterRendering = function() {
...
};
From the jsbin, you can see that the table is not rendered correctly.
Thanks
-D
Please do not use Pradeep's solution.
He is overriding the table onAfterRendering function, where he does
oTable.onAfterRendering = function() {
...
};
From the jsbin, you can see that the table is not rendered correctly.
Thanks
-D