EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

Allow for Columns to stay on screen for horizontal scrolling (Frozen Columns) #68

Open thomb opened 10 years ago

thomb commented 10 years ago

With very wide tables which require the user to scroll horizontally you can lose track of which item you are acting upon if you have semantic data (ie. a unique identifier) in the first few columns.

Would be nice to have an option to have "floating" or "fixed" column to ensure column is always visible.

EvHaus commented 10 years ago

SlickGrid's implementation here: http://jlynch7.github.io/SlickGrid/examples/example-frozen-columns.html

EvHaus commented 9 years ago

This has landed in the master branch, but requires further testing.