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

hibernate - How to load global settings frequently used in application in Java -

objective c - Ownership modifiers with manual reference counting -

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