hi guys, how to dynamically increase the height of a table, while adding contents unto it.. <table height="100px"> is already deprecated .. any workaround on this.. thank you..
Printable View
hi guys, how to dynamically increase the height of a table, while adding contents unto it.. <table height="100px"> is already deprecated .. any workaround on this.. thank you..
Don't set an explicit height on it and it'll automatically grow when you add content.
How do you mean by "adding contents"? Via Javascript?