linmasahiro / vue3-table-lite

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
https://vue3-lite-table.vercel.app/
MIT License
248 stars 73 forks source link

Vertical highlighting on mouse hover #93

Closed Boardtale closed 1 year ago

Boardtale commented 1 year ago

We have 3x3. Hover mouse over [1][2] and highlighted cells would be with X if rows and columns higlithing is ON

[0][0][x] [x][x][x] [0][0][x]

linmasahiro commented 1 year ago

Hi, @Boardtale Thanks for your request, I will be add the feature soon.

linmasahiro commented 1 year ago

Hi, @Boardtale , I already added vertical highlight options, please upgrade v1.3.9 and set is-vertical-highlight="true".

Boardtale commented 1 year ago

Awesome to hear <3 Thank you! Already tested, works great image