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.

Home Page:https://vue3-lite-table.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-fixed-first-column issue

lunu5 opened this issue · comments

commented

The first cell of the first column is overlapped by the first column when scrolling vertically and by the first row when scrolling horizontally

HI, @lunu5
Sorry, I am checked scrolling horizontally and it's working good, so I don't know what's problem, can you capture a screen for me?
Thx :)

commented

The first image is when no scrolling
image
The second image is when scrolling vertically
image
The third image is when scrolling horizontally
image
The last one is both
image

@lunu5 , I am try to add new option for fixed table header to solve this problem, so please wait.

Hi, @lunu5 , I add max-height prop to set table's height and fixed the bug, thanks for your issue 👍
Here an example , please check it!

commented

Thanks for your support