I am working on creating a table that will have a varying number of cells in each row generated dynamically. My goal is to ensure that the width of the table exceeds the width of the page so that each cell's inner HTML content remains on a single line, preserving the overall cleanliness of the table layout. Currently, as the table expands to accommodate the text within the cells, it stops preventing text wrapping only when the table's width matches that of the page. This results in some text within the cells wrapping and causing the table to appear messy and inconsistent.
Any suggestions on how I can achieve this desired outcome?