Forum Moderators: not2easy
the css class i used to make the table scrollable is as shown below:
.scrollTableContainer {
overflow: scroll;
width: 750px;
margin: 15px 0 0 0;
position: relative;
}
Can anybody advise me the css property to applied to td so that the text within does not get wrapped.
Any kind of help is much appreciated.
Thanks,
Pallavi