archfz / vh-sticky-table-header

Vertical and horizontal sticky table header. Framework agnostic.
MIT License
16 stars 3 forks source link

add multi row header support #8

Closed ZEA-repository closed 1 year ago

ZEA-repository commented 1 year ago

Add support for tables with multi-line headers, like this:

<table>
  <thead>
    <tr>
      <th>...</th>
    </tr>
    <tr>
      <th>...</th>
    </tr>
  </thead>
  ...
</table>
archfz commented 1 year ago

Released in 1.6.0