Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.
http://esri.github.io/geoform-template-js/
Apache License 2.0
67 stars 83 forks source link

Select Form Fields configuration page - last column hidden by margin #433

Closed srsjojo closed 9 years ago

srsjojo commented 9 years ago

Hey Matt,

With the latest GeoForm update the field configuration screen overruns it's container and is covered by the margin. See screenshot

image

Using Chrome 40.0.2214.115 m on Win7 64

Edit: Confirmed - still happens on Chrome 41.0.2272.76 m Also happens on Firefox 36.0 and IE9 9.0.8112.16421

Thanks, ~Stephen

driskull commented 9 years ago

hey @srsjojo there should actually be a scrollbar at the bottom of the table so you can view the whole table. That seems to be how bootstrap handles wide tables.

http://getbootstrap.com/css/#tables-responsive

srsjojo commented 9 years ago

Thanks @driskull, I was setting up a very a long form and didn't see the scroll bar at the bottom. Is it possible to have the columns in the table resize to fit the container width?