I have a visual view table and want to avoid having to maintain two different tables for large and small screens. I checked the "make table responsive" checkbox and it works well. The only concern I have is that it wastes a lot of real estate by displaying the column header values on the left half of the screen and all the table data on the right half. Is there a way to use the full width of the smaller screen to only show table data and not show column headers? I deleted the column header text but the left half still shows empty space. Thanks!