I need to migrate a table structure created with CSS grid to an html <table> structure.
The CSS grid layout is
grid-template-columns: auto 1fr 1fr 1fr
How can I accomplish the same result using an HTML table element, with appropriate table, tr, td etc CSS?
