handsontable / ngHandsontable

Official AngularJS directive for Handsontable
http://handsontable.github.io/ngHandsontable/
MIT License
433 stars 159 forks source link

manual resize in nghandsontable implementation #239

Closed jnjagtap closed 6 years ago

jnjagtap commented 6 years ago

Hello,

I am using this config: <div hot-table stretch-h="'all'" settings="{contextMenu: ['row_above', 'row_below', 'remove_row'] }" rowHeaders="false" manual-row-resize:"auto", fixed-Columns-Left: "2" datarows="gridData"> </div>

)) Unfortunately resize and fixing column is not working. Is there something wrong I am doing or is there a workaround to ,make it work?

AMBudnik commented 6 years ago

The code did not attach. Can you share a demo?

jnjagtap commented 6 years ago

<hot-table context-menu="true" row-headers="true" col-headers="true" stretch-h="'all'" datarows="vm.tblData" min-spare-rows="1" manual-row-move scroll-v="auto" manual-column-move scroll-h: "auto", formula="true" manual-row-resize:"true" **manualColumnResize: true,** fixed-Columns-Left: "2" row-headers fixed-rows-top="2"

jnjagtap commented 6 years ago

i am using nghandsontable directive.also i am not able to implement dropdown . what is correct way to resize row/column,fix row/column and dropdown

AMBudnik commented 6 years ago

If you mean the dropdown-menu it is a PRO feature. You would need to acquire the PRO version first. ps. I have sent a demo for the fixing and resizing of columns at (in your second post)

jnjagtap commented 6 years ago

i am not able to see demo can u please reshare it? i mean dropdown list for column value

AMBudnik commented 6 years ago

Sure, here it is http://jsbin.com/gukokipusa/edit?html,js,output

jnjagtap commented 6 years ago

i have already used this but still can't update changes

jnjagtap commented 6 years ago

resize of row/column done but fixing row/column not working.scroll bar is added to output page not table.

AMBudnik commented 6 years ago

If the same code works in the JSBin and doesn't work in your app there should be something blocking it. Are you able to share any example where I'd be able to replicate the bug?

jnjagtap commented 6 years ago

thank u so much @AMBudnik but i have resolved issue

AMBudnik commented 6 years ago

You're welcome. I'm happy that it has been solved. I guess that we can close the issue