Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Horizontal Virtual Scroll Support to <NDataTable /> - 表格横向虚拟滚动 #1340

Closed
dzorogh opened this issue Oct 12, 2021 · 6 comments
Labels
feature request New feature or request priority: low

Comments

@dzorogh
Copy link

dzorogh commented Oct 12, 2021

This function solves the problem (这个功能解决的问题)

Performance of big tables in both directions, ability to build something like spreadsheets. PrimeVue has some kind of this functionality, but not in DataTable.

Expected API (期望的 API)

<n-data-table
  :columns="columns"
  :data="data"
  virtual-scroll="horizontal | vertical | both"
/>
@github-actions github-actions bot added the feature request New feature or request label Oct 12, 2021
@07akioni
Copy link
Collaborator

I hope I can have time to implement it, it won't be easy. My underlying utils lib doesn't support horizontal virtual scroll yet.

@Asgen
Copy link

Asgen commented Jan 24, 2022

+1

@equt equt changed the title Horizontal and both directions Virtual Scroll for Data Table Add Horizontal Virtual Scroll Support to <NDataTable /> Aug 18, 2022
@equt equt changed the title Add Horizontal Virtual Scroll Support to <NDataTable /> Add Horizontal Virtual Scroll Support to <NDataTable /> - 表格横向虚拟滚动 Aug 18, 2022
@vitjaz
Copy link

vitjaz commented May 21, 2023

+1

1 similar comment
@lvjinze
Copy link

lvjinze commented May 30, 2023

+1

@jahnli
Copy link
Collaborator

jahnli commented Mar 12, 2024

As far as I know, the author is already in the planning, please look forward to the follow-up

@jahnli jahnli closed this as completed Mar 12, 2024
@ValentinDankovtsev
Copy link

+1. I have the same problem with a large number of columns in a table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request priority: low
Projects
None yet
Development

No branches or pull requests

9 participants