You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While talking with @charles-cowart I realized that I wasn't actually sure which version of SlickGrid was in use (since the "main" SlickGrid repo stopped development almost 3.5 years ago).
just make note of this somewhere, because otherwise the next batch of LabControl developers will have to look this up
make a note for the future about updating SlickGrid to the newest available version (it looks like the 6pac fork is on v2.4 and we're on v2.3, so if desired we can update to that as a part of this sprint).
The text was updated successfully, but these errors were encountered:
attempting to update SlickGrid (i.e. all of the slick.*.js files we rely on, plus the corresponding plugins) to v2.4.3 straight-up breaks the whole "edit mode" functionality entirely.
From what I can tell, we currently use an additional grid to simulate a "frozen column" (i.e. keeping the first column in place even when the plate is scrolled horizontally). This is documented in this comment.
While talking with @charles-cowart I realized that I wasn't actually sure which version of SlickGrid was in use (since the "main" SlickGrid repo stopped development almost 3.5 years ago).
After examining our
slick.grid.js
file, as well as this comment from Amanda, I'm pretty sure we're using the 6pac community fork (which is still actively maintained).@charles-cowart suggested I make this issue in order to:
The text was updated successfully, but these errors were encountered: