twskj / pretty-swag

Pretty UI for Swagger spec
MIT License
122 stars 20 forks source link

Resizing column feature chokes on larger data size #40

Open twskj opened 7 years ago

twskj commented 7 years ago

There should be an option to turn off the adjustable column size feature.

twskj commented 6 years ago

Adding div in table header might be a viable solution.

CSS

div.resizable {
    resize: horizontal;
    overflow: auto;
}

HTML

<th><div class="resizable">header</div></th> 

Styling https://stackoverflow.com/questions/18580795/possible-to-style-the-css3-resize-function