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
Post a Comment