I have to add data to table cells dynamically. But when I add data to one cell, the height of all the other cells also increases. So, is there any way that the height of only that cell where data is added increases, rest remain same.
Also is there any way to insert only table cells beneath certain cells in a row without adding a new row?
embed the content in each cell within a DIV and enable overflow:auto on that div, so that a scroll bar appears if the height exceeds the maximum permitted.