Scrolling table with fixed headers
See original GitHub issueSomething like this: http://www.imaputz.com/cssStuff/bigFourVersion.html
I’ve looked at a lot of different discussions about how to accomplish this, either through plug-ins or using CSS, but so far nothing I’ve found has worked quite how I would like it. My primary problem with the CSS approach is that having to apply the display: block;
property breaks the formatting of the table, making it look ugly and unable to resize with the window. Is this a feature you’ve ever considered adding to ng-table? If not, do you know of the best way I can achieve this?
Issue Analytics
- State:
- Created 10 years ago
- Comments:31 (1 by maintainers)
Top Results From Across the Web
How to Create a Table with a Fixed Header and Scrollable ...
In this tutorial, find some methods of creating an HTML table with a fixed header and scrollable body. Here, we suggest using some...
Read more >How to create a table with fixed header and scrollable body
The purpose of this article is to create a table with a fixed header and scrollable body. We can create such a table...
Read more >Table fixed header and scrollable body - Stack Overflow
I am trying to make a table with fixed header and a scrollable content using the bootstrap 3 table. Unfortunately the solutions I...
Read more >Fixed Table Headers - Adrian Roselli
Regardless, you should ensure the column header for the row headers does not disappear when scrolling left-right. The easiest way to do that...
Read more >Making Tables With Sticky Header and Footers Got a Bit ...
It wasn't long ago when I looked at sticky headers and footers in HTML s in the blog post A table with both...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Whoever find this, use https://github.com/jmosbech/StickyTableHeaders works out of the box with this directive:
here is an approach with pure css