You can use the table like:
let res = `<table> <thead> <tr> <th>#</th> <th>Start</th> <th>Profit</th> <th>Investment</th> <th>Finish</th> </tr> </thead> <body> </table>`;
CalcHub Answered question March 7, 2023
You can use the table like:
let res = `<table> <thead> <tr> <th>#</th> <th>Start</th> <th>Profit</th> <th>Investment</th> <th>Finish</th> </tr> </thead> <body> </table>`;