Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-resize] improve resize handling #4982

Open
jimmywarting opened this issue Apr 21, 2020 · 0 comments
Open

[css-resize] improve resize handling #4982

jimmywarting opened this issue Apr 21, 2020 · 0 comments
Labels
css-tables-3 Current Work css-ui-4 Current Work

Comments

@jimmywarting
Copy link

issue

Just wanted to make table columns resizable. feels like it's such a common thing for those who builds data grids tables.

I have just found out about
-webkit-resizer it could have been useful if i where able to change width and height, but it isn't.

ppl are also asking for how to make the hole border as a resize handle, but the css resize only gives us a small corner that you are only able to change background color, which is undesirable.

making each cell resizable in a table have an undesirable affect too, if you resize cell A1 and then resize cell A2, then you can't make it shorter than A1. since A! now have a individual width. a desired effect would be if the table header row changed width instead.

fiddle

I played around with this, trying to make some form of resizable table without javascript.
https://jsfiddle.net/xodtjy2v/

but didn't really got the effect i wanted

request

  • give an option to make hole border as a resize handle
  • some way of making table columns/rows resizable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-tables-3 Current Work css-ui-4 Current Work
Projects
None yet
Development

No branches or pull requests

2 participants