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
After I scroll horizontally to the right, so that the first column is no longer visible, then columns are not sorted in the correct order. Here is an example:
In the example, if the left column shown is Column C, then clicking the header for Column C actually appears to sort by Column A data. Clicking the Column E header appears to sort by Column C data. It seems like the sorting is not taking into account the visible offset of the columns after scrolling.
After I scroll horizontally to the right, so that the first column is no longer visible, then columns are not sorted in the correct order. Here is an example:
http://jsfiddle.net/r2b4S/
In the example, if the left column shown is Column C, then clicking the header for Column C actually appears to sort by Column A data. Clicking the Column E header appears to sort by Column C data. It seems like the sorting is not taking into account the visible offset of the columns after scrolling.
to:
I'm not sure if this is the proper fix in this case, but it appears to be working well for me.
The text was updated successfully, but these errors were encountered: