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
I have a 2 column array, with multiColumnSort: false
When I sort the first column, and then the second column several times, I have a strange bug.
At first I have 100 rows, and the more I sort, the less row i have. see the pictures bellow:
after 3 sort, I end with less than 10 rows,
When there are a few rows left, the array header begins to jump on the other like you'll see on the picture.
Note that there are still 5 pages, so somehow it has to be a display issue.
here my javascript console:
Any idea to troubleshoot this ? I went through all the question but couldn't find any soutions.
The text was updated successfully, but these errors were encountered:
I have a 2 column array, with
multiColumnSort: false
When I sort the first column, and then the second column several times, I have a strange bug.
At first I have 100 rows, and the more I sort, the less row i have. see the pictures bellow:
after 3 sort, I end with less than 10 rows,
When there are a few rows left, the array header begins to jump on the other like you'll see on the picture.
Note that there are still 5 pages, so somehow it has to be a display issue.
here my javascript console:
Any idea to troubleshoot this ? I went through all the question but couldn't find any soutions.
The text was updated successfully, but these errors were encountered: