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

Feature request: Table Render for Vue #456

Open
retronew opened this issue Jun 3, 2024 · 1 comment
Open

Feature request: Table Render for Vue #456

retronew opened this issue Jun 3, 2024 · 1 comment
Assignees

Comments

@retronew
Copy link

retronew commented Jun 3, 2024

Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to display tabular data in a Vue component and there is no built-in support for a table mode. Instead, the component always outputs a <div> tag, which is not suitable for organizing and presenting tabular data effectively.

Describe the solution you'd like
I would like the component to have native support for a table render in Vue.

Additional context
Supporting dynamic HTML tags would enhance the component's versatility and compatibility, simplifying integration into Vue applications and improving the development experience.

@inokawa
Copy link
Owner

inokawa commented Jun 3, 2024

#430 is an issue to implement a prop to override the div of items (PR welcome).

However, although React virtualizer already have the prop, it wasn't good for table virtualization in some situations (#312).
So we are planning to create table virtualizer component for React. I'll also implement it for Vue!

@inokawa inokawa self-assigned this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants