question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Position in second row thead

See original GitHub issue

Hi! I didn’t find a way (without hard coding) to put filters in second row (tr) of thead.

There is a way to this in options?

Example:

<table>
  <thead>
    <tr>
      <th>Test</th>
    </tr>
    <tr>
      <!-- Filters  here !-->
      <th></th>
    </tr>
  </thead>

  <tbody></tbody>
  <tfoot></tfoot>

</table>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vedmackcommented, Apr 2, 2016

fixed in 0.9.0.beta.14 see sample

usage is via global property filters_tr_index

1reaction
vedmackcommented, Mar 20, 2016

Another reason to provide a test case along with the Q`

Read more comments on GitHub >

github_iconTop Results From Across the Web

<thead>: The Table Head element - HTML - MDN Web Docs
This attribute specifies the vertical alignment of the text within each row of cells of the table header. Possible values for this attribute...
Read more >
Two Rows in thead, Can't Set Column Widths in Second
I want to set the widths of some of the columns in the second row. I set up a Codepen to test it...
Read more >
2nd row in thead - Bootstrap Studio Help
2nd row in thead ... This is a duplication of a question in 2018. Is there any progress on this? This is still...
Read more >
Sorting Icons Moved to Second Row in THead - DataTables
I have placed two rows in the header (one is First Row consists Column Label and Second Row contains Select Filter on that...
Read more >
Position Sticky and Table Headers | CSS-Tricks
You can't position: sticky ; a <thead> . ... to sticky a parent element like the table header rather than each individual element...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found