$("#divTabBranInfoList").append('<table id="tabInfo" class="table table-striped table-bordered table-hover" width="100%">\n' +
' <thead>\n' +
' <tr>\n' +
' <th width="25%" id="th_branch" >branch</th>\n' +
' <th width="25%" id="th_prevent" >repo</th>\n' +
' <th width="25%" id="th_exemptions">exemption</th>\n' +
' <th width="15%" id="th_action" >action</th>\n' +
' <th width="15%"><input id="checkAll" class="checkAll" type="checkbox" value=""></th>\n' +
' </tr>\n' +
' </thead>\n' +
' <tbody style="font-size: 14px">\n' +
' </tbody>\n' +
' </table>');
$("#tabInfo").DataTable({
"co