Update in a checkbox

Update in a checkbox

renato7xrenato7x Posts: 4Questions: 0Answers: 0
edited August 2009 in General
is there any form of doing an update in a checkbox of a table using the fnUpdate?
example:
[code]



oTable.fnUpdate( '', 2, 6 );
[/code]

Thanks!!!

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Hi renato7x,

    I'm not quite sure what you mean. Are you meaning that you want to check or uncheck the box? If so, just manipulate the DOM directly - the browser should maintain the 'checked' status of the input (although it appears that IE6 doesn't - all other browsers do - see http://datatables.net/forums/comments.php?DiscussionID=106 ).

    Regards,
    Allan
This discussion has been closed.