Skip to content

Customizable output #10

Description

@drgullin

My thead always stays on top, while tbody have a maximum height and can be scrolled.
This is accomplished using extra containers, so my average structure looks like:

<div class="table">
  <div class="table-head">
    <table="table-head-inner">
      <tr>
        <th></th>
        <td></td>
        <td></td>
      </tr>
    </table>
  </div>
  <div class="table-body">
    <table="table-body-inner">
      <tr>
        <th></th>
        <td></td>
        <td></td>
      </tr>
    </table>
  </div>
</div>

Please make your plugin's default HTML customizable to the alike output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions