Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

feature: fixed header add class on vertical scroll #544

Closed looeyf closed 1 year ago

looeyf commented 1 year ago

Issue Link

https://github.com/Happy-Coding-Clans/vue-easytable/issues/543

Description

Adding a vertical scrolling class to table's container element, allowing to use custom classes on vertical scroll event.

Example: At the video below, I'm using the container's vertical class to apply a box-shadow into the table headers.

Media

https://user-images.githubusercontent.com/22968298/217690113-15f75024-5952-43ec-92a0-ea65de2bd41e.mp4

huangshuwei commented 1 year ago

Thank you for your contribution. ❤️ @looeyf @micheldpcarlos