Adding Check box to DataTable using fnAddRow

Adding Check box to DataTable using fnAddRow

macusermacuser Posts: 20Questions: 0Answers: 0
edited December 2011 in General
Hey Guyz,

I'm trying to add checkbox to the DataTable dynamically.
I'll be initializing the DataTable on page load. On user action, values will be fetched from DB using ajax call and populate the initialized empty DataTable which includes a check box.

Could some one help me with the code for adding check box to the DataTable.


Thanks in advance :)
This discussion has been closed.