modify à div using fixedcolumns
modify à div using fixedcolumns
Hi everybody,
I am using dataTables and fixedColumn to fix one right column.
It is working wel.
I would like to change the content of a div in the <td> in this fixed column.
ex:
<td>
<div id="test">test</div>
</td>
after the creation of the datatables and the fixedcolumns,
I try to change the content of the div.
With fixedColumns, this is not working:
$("#test").html("some other text");
But without fixedCoumns the content of the div is well updated
I have no idea of what is wrong...
Sorry for my english!
Regards