NREL / floorspace.js

Other
66 stars 35 forks source link

Sticky left column #319

Closed bgschiller closed 6 years ago

bgschiller commented 6 years ago

Addresses #268

This ended up being a larger change than expected. Having a table with a fixed header and fixed columns is a famously difficult thing to do with html/css/js. I ended up relying on a library, and this caused a few things to change.

Main difference is the color picker. I couldn't figure out how to get it to overflow its container with the new library, so I just made a new one. The column sort indicators also look different.