Add Below Code at app.component.ts =================================== import { IonicApp, App, MenuController } from 'ionic-angu
var id = "";
var oTable = $("#example").dataTable();
$(".class1:checked", oTable.fnGetNodes()).each(function() {
if (id != "") {
id = id + "," + $(this).val();
} else {
id = $(this).val();
}
});