Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual column resize tabs out of place on maximize width #949

Closed
johnhumbrecht opened this issue Aug 5, 2013 · 5 comments
Closed

Manual column resize tabs out of place on maximize width #949

johnhumbrecht opened this issue Aug 5, 2013 · 5 comments
Labels

Comments

@johnhumbrecht
Copy link

The manual column resize tabs are placed fine when HOT in its default width. When the width is maximized they are out of place. See http://jsfiddle.net/8cyp4/1/

@ghost ghost assigned psmolenski Aug 6, 2013
@warpech
Copy link
Member

warpech commented Aug 15, 2013

Fixed in HOT 0.9.13. Your fiddle works ok now :) Thanks for reporting!

I noticed that the maximize button works very slow in your fiddle... On our page it is much faster. I added a note to investigate this, though maybe this is because of jsFiddle itself

@warpech warpech closed this as completed Aug 15, 2013
@psmolenski
Copy link
Contributor

I've noticed that when you add colWidths option (even with width for only the first column) maximize button speeds up. I don't know why it works (yet), but it works 😉
http://jsfiddle.net/8cyp4/2/

@warpech
Copy link
Member

warpech commented Aug 16, 2013

If you don't specify colWidths, then autoColumnSize turns on and it calculates the optimal width for each column.

I hate that but many current configurations rely on that feature, because with autoColumnSize, Handsontable applies column widths similarly to normal behavior of a <table>.

@johnhumbrecht
Copy link
Author

Sorry for the delay on getting back to you. This now works great in
our project. Thanks for being so responsive.

John

On 8/15/2013 5:34 PM, Marcin Warpechowski wrote:

Fixed in HOT 0.9.13. Your fiddle works ok now :) Thanks for reporting!

I noticed that the maximize button works very slow in your fiddle...
On our page http://handsontable.com/demo/scroll.html it is much
faster. I added a note to investigate this, though maybe this is
because of jsFiddle itself


Reply to this email directly or view it on GitHub
#949 (comment).

@johnhumbrecht
Copy link
Author

Thanks for the tip.

On 8/16/2013 2:30 AM, psmolenski wrote:

I've noticed that when you add |colWidths| option (even with width for
only the firs column) maximize button speeds up. I don't know why it
works (yet), but it works 😉


Reply to this email directly or view it on GitHub
#949 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants