Checkbox or Yes or No
Checkbox or Yes or No
How do I replace the 1 and 0 with Checkbox or with Yes or No. Currently all the data under "Interns field show as either a 1 or a 0. Please help.
Thanks
$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "scripts/server_processing_mou.php",
} );
} );
Country
Educational Institution
Agreement Type
Sponsor
Interns
Effective Date
Effective Period
Status
Loading data from server
Country
Educational Institution
Agreement Type
Sponsors
Interns
Effective Date
Effective Period
Status
Thanks
$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "scripts/server_processing_mou.php",
} );
} );
Country
Educational Institution
Agreement Type
Sponsor
Interns
Effective Date
Effective Period
Status
Loading data from server
Country
Educational Institution
Agreement Type
Sponsors
Interns
Effective Date
Effective Period
Status
This discussion has been closed.