FE-Driver / vue-beauty

Beautiful UI components build with vue and ant design
https://fe-driver.github.io/vue-beauty
MIT License
2.11k stars 249 forks source link

add "selected" class to the checked rows in Table #259

Closed KrishnaPG closed 6 years ago

KrishnaPG commented 6 years ago

To be able to shows checked rows in different style, please add a class selected to the tr whenever the checkbox is selected for that row.

Remove the class from the tr when the checkbox is removed.

This will help with the CSS, such as

tr.selected {
  background: red;
}

to highlight the whole checked rows, in case needed.

yuu2lee4 commented 6 years ago

add ant-table-row-selected class