I can't justify content to center . see file
Open
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
function printTable(table_id = '') {
var title = 'overtime insurance -for approved [payroll';
var logo = '
';
var name = logo + '
title 1
';var new_content = '
';
new_content += '';
new_content += logo + name + '
' + $('#' + table_id).html() + '';
new_content += '
';
new_content += '';
new_content += logo + name + '
' + title + '
' + $('#' + table_id).html() + '';
new_content += '
$("#print").html(new_content);
printJS({
printable: 'print',
type: 'html'
});
$("#print").empty();
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.