javascript - Let table width surpass page width dynamically? -


i'm making table dynamically generated number of s in each row. want tables width surpass width of page, keep each of s innerhtmls stay on single line - keep table looking clean. currently, tables s expand contain text within them, prevent text wrapping, until tables width reaches pages width, @ point of text within s wrap, making table untidy , inconsistent.

how go doing this?

css:

table {     min-width: /*width of table*/; } 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -