KoGrid
KoGrid copied to clipboard
column width doesn't get calculated properly
This seems to have been caused by pull request #161
Basically the column width doesn't seem to get calculated properly if the rows are added after the grid has been bound.
I made a plunker here based on the original server-side paging example. http://plnkr.co/edit/rJjPr8nbbiTPejg3LyKx
Thanks very much for looking into this.
In the meantime, triggering a resize event on the grid seems like a reliable workaround.