How to use table and html code 41 viewsMarch 7, 2023HowTo 0 Сатаров Артём Александрович (anonymous) March 5, 2023 0 Comments How to use table and html code in constuctor? CalcHub Answered question March 7, 2023 1 Answer ActiveVotedNewestOldest 0 CalcHub192 Posted March 7, 2023 0 Comments 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 Register or Login Categories HowTo 21 Questions Issues 4 Questions Idea 2 Questions