Are nested `<th>`s supported by the tree-table implementation?
Author: beedell-rokeCreated Oct 14, 2024Updated Oct 21, 2024
The aforementioned supports nesting <td> and <th> rows in the <tbody>. However, does it support nesting <th> column headers in the <thead>? I ask because sometimes I want to indicate that multiple headings are part of a group.
As a poor demonstration, consider the undermentioned:
<th colspan="3" scope="col"> Attributes </th> <th colspan="1" scope="col"> <code>Lang</code> Attribute </th> <th colspan="1" scope="col"> <code>Class</code> Attribute </th> <th colspan="1" scope="col"> <code>Type</code> Attribute </th>
Source: mleibman/SlickGrid