I want to display the entire height of the tables, and not have the scroll bar on the side.
Right now, on a page, I have the main scroll bar on the right side of the page (normal), then I have a scroll bar on the table. I don't want the table to be scrolling. I want it to show the full table height, no matter how many records are set to be shown at a time.
Is there a way to set this globally, or am I going to have to apply css to every table that I put in my app?
Oops, I noticed this morning that some of our larger tables are flowing off the page on the right without any way to scroll horizontally. So I changed the overflow to auto, and now it's working perfectly. Thanks again, Waylon!
Just refreshing this old thread - I have the same problem now, and even after putting that css into my app it is still showing tables with scrolling within scrolling which I really want to avoid. Is there any other code, perhaps for the new app design?
Thanks for the reply - I’ve tried both settings and doesn’t seem to remove the vertical scroll within a scroll which is really frustrating. I just want the table to be as long as it needs to be to contain all the info.
What I understand your looking for is precisely what adjusting that setting does within my apps.
Is this page a full screen page, or within a modal pop-up?
Hi - refreshing this thread, because unfortunately @Dean2 that bit of code doesn’t seem to have worked for me - the scroll is still there. I just pasted that into the CSS bit is that right?
I deleted the code to check and see if did work and the scrolling returned. So, I added the code back and the scrolling remained !@#$
After 2+ hours of my non-coding trial and error I did come up with a solution thanks to another of Carl Holmes’ tutorials. Sadly, it will be on a view by view basis. The code which returned my page back to the way I wanted it to look and perform was simply: