[GL #147] Headers Width

Tags: #<Tag:0x00007f8b2b11a9a0> #<Tag:0x00007f8b2b11a428>

Hello, we have been using handsontable for quite some time, and we have build the logic having colWidths for resizing.
We were and old version and we wanted to update to latest version but the colWidths have changed and are working differently now, it happens with a specific version, which is 1.8.2.

not working version (1.9.1) http://jsfiddle.net/Resems/7zjzg5pd/2/
working version (1.8.0) http://jsfiddle.net/Resems/7zjzg5pd/3/

Is there any work around, or settings that could fix that with latest version ?

Thanks.

Hi @martin

you are right, we have fixed the issue when the header was too short for a description however you still should be able to change it if you want by using colWidths.

I will discuss this issue with the programmer who has made the latest change in this part of code and be back with news later today.

Hi again @martin

We will fix this issue, before we will be able to publish the solution here’s a workaround I got http://jsfiddle.net/handsoncode/oytoLx5z/

[issue no GL#147]

Hey, thanks for the workaround !

You’re welcome.

Again, thanks for sharing and have a great day :slight_smile:

1 Like

Hello again.

Is it possible to have the link to the issue so we can track when it is going to be solved.
We encountered a different issue when updating the nestedHeaders (our tables are dynamic) through updateSettings, it keeps resetting to a different dimension as well.

Thank you.

The issue is in our internal ticketing system (only for developers). However, I have already left there a note to leave a comment on this issue when the fix is ready. I can also send you an email if you want (I will then use the email that you used to create forum account).

Hey. I’ve wanted to simplify the example but couldn’t understand which of those settings are crucial for you.

Have you made any progress or changes to the code?