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
Click on the row with the name Brady (the row should not be highlighted)
Click on Date column title to sort the table
The row with the name Brady becomes highlighted
What is Expected?
Expect the table to be sorted with no highlighting.
What is actually happening?
The row that was clicked on becomes highlighted, even though highlight-current-row is by default false. Sorting seems to make a row highlighted
The text was updated successfully, but these errors were encountered:
Element UI version
2.4.0
OS/Browsers version
Mac OS High Sierra 10.13.4 (17E199) / Firefox 61.0b12 (64-bit) / Version 67.0.3396.87 (Official Build) (64-bit)
Vue version
2.5.16
Reproduction Link
https://jsfiddle.net/fqbc2xcr/65/
Steps to reproduce
Click on the row with the name
Brady
(the row should not be highlighted)Click on
Date
column title to sort the tableThe row with the name
Brady
becomes highlightedWhat is Expected?
Expect the table to be sorted with no highlighting.
What is actually happening?
The row that was clicked on becomes highlighted, even though
highlight-current-row
is by default false. Sorting seems to make a row highlightedThe text was updated successfully, but these errors were encountered: