Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There is a jquery plugin for column dynamic resizing - colResizable: http://quocity.com/colresizable/.

Is there any similar plugin for row height dynamic resizing?

Example

share|improve this question
please be more specific... have you tried using "%" widths? Provide some sample html along with more spefific requirements – charlietfl Nov 4 '12 at 14:33
DO you want all row heights to be the same based on the largest one? Or automatically get larger with content (which they shoudl do naturally)? – Martin Lyne Nov 4 '12 at 14:41
I just want to implement the same behavior as it is implemented in colResizable plugin. Where width of each table column can be dynamically changed using drag&drop. I need to to change height of the row instead of width of the column. – user947668 Nov 4 '12 at 15:27

1 Answer

perhaps Jquery UI Resizable could make that happen for you. I've never used it for that, but it seems like it would work.

You could also do it at the cell level as well.

share|improve this answer
as i know ui resizable does not work with table elements (especially in Firefox) – user947668 Nov 4 '12 at 20:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.