Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

Render JQuery object in Datatable Cell

$
0
0
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:
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>'
	]
);

Viewing all articles
Browse latest Browse all 1816

Latest Images

Trending Articles



Latest Images