mdorminy
New member
Is there a way to render a table with a sticky header that I'm missing?
Thanks!!
Thanks!!
try add this on our thead classIs there a way to render a table with a sticky header that I'm missing?
Thanks!!
try add this on our thead class
position: sticky;
position: -webkit-sticky;
left: 0px;
z-index: 2;
You can make mediaquery in cssAlmost. When I specify height: 100vh; the header and footer stay fixed but the view/edit/delete buttons disappear.
Any other advice?