Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Why attribute bordered doesn't work? #146

@uselessvevo

Description

@uselessvevo

antd: 5.0.7
virtualizedtableforantd4: 1.3.0

Example:

const [ virtualTable, _ ] = useVT(() => ({ scroll: { y: 750 } }), []);

<Table
   bordered={true}
   components={virtualTable}
   scroll={{ y: 750, x: true }}
/>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions