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
originalIndex is ordered as expected in desktop (even when resizing to responsive mode)
Actual Behavior
in iOS Safari, the order is different and does not match data sorting.
Steps to Reproduce the Problem
Please detail your steps here
Use originalIndex to set a column (rank).
Sort the table by Sent and see that the rank column uses different index on desktop vs mobile (safari iOS)
I am using initialSortBy: { field: 'sent', type: 'desc' }, so the crown and order should rank the same as the the Sent values, but on mobile they follow a different index. Please note the highlighted Sent column sorting is the same on both devices, but the crown does not follow the top Sent value on mobile.
PS: As this is the -next version, I'm not sure where else to post besides the original vue-good-table issues as there is no issues tracker for Boris' -next repo
Issue Type (delete the irrelevant ones)
Specs
"vue-good-table-next": "^0.2.1",
What browser?
iOS Safari
Expected Behavior
originalIndex is ordered as expected in desktop (even when resizing to responsive mode)
Actual Behavior
in iOS Safari, the order is different and does not match data sorting.
Steps to Reproduce the Problem
Please detail your steps here
rank
column uses different index on desktop vs mobile (safari iOS)I am using
initialSortBy: { field: 'sent', type: 'desc' }
, so the crown and order should rank the same as the theSent
values, but on mobile they follow a different index. Please note the highlightedSent
column sorting is the same on both devices, but the crown does not follow the topSent
value on mobile.DESKTOP (Chrome)
iOS Safari (landscape mode, but
it is affected in any orientation)
// TEMPLATE
// DATA
jsfiddle
Mobile only issue and is hard to see when using jsfiddle or codesandbox due to their bad mobile formatting.
The text was updated successfully, but these errors were encountered: