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

javascript - jquery or ashx not working -

python 3.x - Mapping specific letters onto a list of words -

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