Element: [Bug Report] table always get highlight current row feature no matter highlight-current-row set or not

Created on 10 Jun 2018  ·  3Comments  ·  Source: ElemeFE/element

Element UI version

2.4.1

OS/Browsers version

macOS/Chrome 69

Vue version

2.5.16

Reproduction Link

https://jsfiddle.net/6hovps5r/

Steps to reproduce

  • Create a el-table
  • Without specified highlight-current-row, or set with :highlight-current-row="false"
  • The table still has highlight current row feature when click on rows

What is Expected?

When highlight-current-row is not set or false, click on table row shouldn't highlight current row.

What is actually happening?

Click on table row highlight current row all the time

Most helpful comment

This commit does not seem to fix the bug. The error is still occurring on any table that has sort functionality on deploy preview: https://deploy-preview-11563--element.netlify.com.

All 3 comments

This commit does not seem to fix the bug. The error is still occurring on any table that has sort functionality on deploy preview: https://deploy-preview-11563--element.netlify.com.

Still an issue.

Yes, still happening.
The highlight-current-row attribute doesn't do anything.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akaylh picture akaylh  ·  3Comments

FranzSkuffka picture FranzSkuffka  ·  3Comments

dbskccc picture dbskccc  ·  3Comments

sudo-suhas picture sudo-suhas  ·  3Comments

Kingwl picture Kingwl  ·  3Comments