ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.88k stars 728 forks source link

Enhancement: Resizable tables #215

Open klmedia opened 9 years ago

klmedia commented 9 years ago

Would be a nice thing if tables would be resizable. For example some tables with a lot of not so important columns takes too much space, so it could be resized, eventually with inline scrolling to view all the columns if needed? Thanks!

ondras commented 9 years ago

Interesting idea. Apart from the obvious "grab lower-right corner to resize" UI stuff, we would have to also provide a UI/UX-friendly way to revert back to "auto-width" mode, because users will want to go back to the previous automatic state. Perhaps a double-click on this corner can do this?

klmedia commented 9 years ago

I agree with your idea of reverting. Double click will make it, if we provide this info to the users how they do it. Or an additional option when double click the table where you edit the table name and comment eventually. Or both ways. Thanks!