hkalbertl / jquery.appendGrid

The dynamic table input JavaScript plugin
https://appendgrid.azurewebsites.net
MIT License
148 stars 77 forks source link

Header appendgrid doesn't work properly #100

Closed Ridwan09 closed 7 years ago

Ridwan09 commented 7 years ago

@hkalbertl Why header appendgrid doesn't appropriate with body? the problem occurs when column type is hidden github

hkalbertl commented 7 years ago

Hi Ridwan09,

It looks like the cell width is not calculated correctly. Or some extra style / CSS class are applied / inherited to the grid?

Can you provide a jsFiddle or source code for this issue? Thanks!

Ridwan09 commented 7 years ago

this link https://jsfiddle.net/ridwan09/d3d88qdp/ for jsFiddle on my issue thanks!

hkalbertl commented 7 years ago

Hi Ridwan09,

It looks like there is a bug on calculating column width when the command buttons at the end of rows are not visible. I will publish a new version of appendGrid to fix this problem very soon. Thanks!

hkalbertl commented 7 years ago

I just published v1.6.3 that fixed this problem. And I tried it in your jsFiddle which is working fine. Thanks for using appendGrid!

Ridwan09 commented 7 years ago

oke thank you so much for your attention!