vue-good-table icon indicating copy to clipboard operation
vue-good-table copied to clipboard

Add resize

Open johnsusek opened this issue 7 years ago • 13 comments

This adds column resize support as a option. Let me know what you think! Thanks

johnsusek avatar Oct 02 '18 00:10 johnsusek

Related #226

tripflex avatar Oct 02 '18 22:10 tripflex

@johnsusek sweet! will review this week.

xaksis avatar Oct 02 '18 23:10 xaksis

@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 avatar Oct 12 '18 03:10 xaksis

@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 avatar Oct 12 '18 14:10 csmoakpax8

@csmoakpax8 just prop name, tested it out y'day seems to be working fine at least on chrome.

xaksis avatar Oct 12 '18 15:10 xaksis

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

drappier-charles avatar Oct 12 '18 15:10 drappier-charles

@xaksis renamed!

johnsusek avatar Oct 12 '18 23:10 johnsusek

@drappier-charles It seems to work okay for me with fixed headers, can you post an example of the problem you're having?

johnsusek avatar Oct 12 '18 23:10 johnsusek

@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.

xaksis avatar Oct 13 '18 02:10 xaksis

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)

johnsusek avatar Oct 13 '18 15:10 johnsusek

does any one can column resize

fobass avatar Oct 23 '19 10:10 fobass

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.

scramatte avatar Apr 06 '20 01:04 scramatte

it would be nice to resolve conflicts and merge...

fernandodevelon avatar Sep 06 '21 07:09 fernandodevelon