hello friends, i have a table where fileds are increased dynamically- both(rows and coulmns).I want a scroll both horizontally and vertically, to see all the fields.I got a vertical scroll bar, but no luck with horizontal one. can anyone help thanks
Hi. Did you try to put your table into div with specific width/height and auto overflow? For example: <DIV STYLE="overflow: auto; width: 500px; height: 400px;"> <TABLE> ... </TABLE> </DIV> Code (markup):