I’m having trouble tracking down an issue I’m having with my list view tables. When I get to a certain screen size the table overflows instead of resizing to fit the page. This means I have to scroll to the end of the page. I noticed that the demo does this very well and resizes by removing/adding columns at different screen sizes. The table structures/classes are the same on the demo and my version.
Can anyone point me to the code that actually does the resizing? There’s a ton of css that I have gone through with no luck so far.