Skip to main content

All Questions

0 votes
2 answers
6k views

How to make a table within a resizable div scrollable, properly behave

I have a resizable and movable div using JQuery UI. I want a table inside it that scrolls vertically. Trying to set the table height to 100% basically does nothing, and absolute positioning with top ...
user avatar
1 vote
1 answer
138 views

I need that a resizable (jQuery ui) div in a TH don't go smaller that TD width or make TD overflow:hidden

I have this headers on a table with a div inside: <TH><DIV class="resize">Name of Column</DIV></TH> <TH><DIV class="resize">Name of Column2</DIV></TH> ...
maufonfa's user avatar