I am creating one table with pure HTML code (i.e. without any 3rd party library or bootstrap) Here is my code : https://stackblitz.com/edit/angular-ivy-rilymn?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.css
I want table structure like this : (not talking about CSS,, HTML structure) enter image description here
but the o/p is not as expected.
Any help would be appreciated!