Hi,
Could you please confirm if it possible to render a JQuery object like a toggle button in a DataTable cell?
I tried to use the followinf code, however the result is not the same as outiside of DataTable object.
Adding a new row in the cliend side to an existing DataTable:
Could you please confirm if it possible to render a JQuery object like a toggle button in a DataTable cell?
I tried to use the followinf code, however the result is not the same as outiside of DataTable object.
Adding a new row in the cliend side to an existing DataTable:
oTable.fnAddData
(
[
'<a href="#" data-role="button" data-theme="a" data-iconpos="notext">TTT</a>',
'<label for="slider-1">Luz Tecto Cozinha Added</label>',
'<select id="slider-flip-d" name="slider-flip-m" data-role="slider" data-mini="true"><option value="off">Off</option><option selected="" value="on">On</option></select>'
]
);