i have issue related to this what if i want to add a row using oTable.fnAddData() ;
the first cell is a radio button and the reset are string through json
how can i do this ?
Not quite sure what you mean - you can just put any HTML you want into the table - text fields, radio buttons whatever. It shouldn't make any difference. This applies equally to fnAddData.
Replies
Yes indeed - just pass in the HTML string that you want to use. DataTables added the new cell data using .innerHTML.
Regards,
Allan
Thank you for the response.
-Christopher
i have issue related to this what if i want to add a row using oTable.fnAddData() ;
the first cell is a radio button and the reset are string through json
how can i do this ?
Allan