gridjs
gridjs copied to clipboard
incorrect resize on change page/sorting direction
Hi @afshinm, you ask me to create new issue https://github.com/grid-js/gridjs/issues/236#issuecomment-823394837
need to calculate column width on each change page/sorting direction, not once
because to different data on each page
Example
page 1
on this page email is empty
and then go to page 2
email is not empty and resize is incorrent
i forked you lib and add some changes banshiAnton@4d142cf it helped me, but i think you can find more pretty solution
Every platform
Thanks @banshiAnton
Any progress on this?