I have some troubles when creating scrollable table in HTML.
From some similar question in Stackoverflow, using overflow: auto
in CSS
is workable, but I can't implement successfully
Is there anyone who can help to check is there anything wrong in my code?
I'd like to make left red cell scrollable only.
#samples {
overflow: auto;
height: 200px;
}
Full code is in: Jsfiddle