crabbly / crabbly/Print.js

I can't justify content to center . see file

Open
#611 0 comments 0 reactions 0 assignees View on GitHub
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 + '

' + 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.