# Great Tables Output


# A GT Table with Fixed Column Widths

This page renders a Great Tables table with explicit column widths, which produces a `<colgroup>` element that must be preserved.


| Student Grades |       |       |        |
|----------------|-------|-------|--------|
| Fall 2025      |       |       |        |
| Name           | Score | Grade | Status |
| Alice          | 95    | A     | Pass   |
| Bob            | 87    | B+    | Pass   |
| Charlie        | 92    | A-    | Pass   |
| Diana          | 78    | C+    | Pass   |


# A GT Table without Fixed Widths

This table uses default column sizing (no colgroup).


| Feature    | Supported |
|------------|-----------|
| Responsive | Yes       |
| Dark mode  | Yes       |
| Scroll     | Yes       |
