Javascript Bootstrap Table In Full Screen Stack Overflow
Javascript Bootstrap Table In Full Screen Stack Overflow Short answer is to remove any padding and or margins (which are set as standard in bootstrap). then in the table make sure you are setting the height and width to the page using the vh x and vw x classes. this will force the table size to be the same as the viewport. Learn how to create a responsive table. a responsive table will display a horizontal scroll bar if the screen is too small to display the full content. resize the browser window to see the effect: to create a responsive table, add a container element with overflow x:auto around the
Comments are closed.