vue-good-table
vue-good-table copied to clipboard
Add resize
This adds column resize support as a option. Let me know what you think! Thanks
Related #226
@johnsusek sweet! will review this week.
@johnsusek thanks again for this contribution. Just one comment, do you mind changing the property name to resizable-columns just to remove ambiguity? Thanks!
@xaksis do you see any other issues besides the name of the prop that would hold up this PR? @johnsusek any idea on the timeline of changing prop name?
I am asking because this is a requirement for a project
@csmoakpax8 just prop name, tested it out y'day seems to be working fine at least on chrome.
Hi, just tested with :fixed-header options, it's not working obviously, and it won't easily. I think if you merge it, you should write it in documentation
@xaksis renamed!
@drappier-charles It seems to work okay for me with fixed headers, can you post an example of the problem you're having?
@johnsusek it doesn't work because fixed header is a separate entity than the main table and resizing columns on the fixed header unfortunately doesn't resize the actual table's columns. try the dev example in the repo and you'll see it.
Ah, I see. Is it a problem if this doesn't support fixed headers? If not we can shelf this PR until I get time to add that (might be a while tho)
does any one can column resize
I'd like to use this feature. When it will be available?
Longtime ago I've made similar grid control and I resolve fixed header problem using colgroup element.
it would be nice to resolve conflicts and merge...