super-elements / super-grid

0 stars 0 forks source link

Basic HTML / CSS Structure #4

Open gaurav21r opened 7 years ago

gaurav21r commented 7 years ago

We need a basic HTML structure where the following features can be observed:

  1. Cells, auto adjust according to the biggest content. Eg: Bootstrap's table Boostrap's Table
  2. A column can be sized with CSS (or HTML Attributes) and all the cells below that column should have the same size!

Traditionally, <tr> and <td>s can achieve this, we also need to understand that the entire grid needs to be responsive. Sub rows / Frozen columns may be difficult to implement with a <table> structure.

Can we use Bootstrap's grid architecture or some similar like bulma which uses flexbox?