virtualized-table-for-antd icon indicating copy to clipboard operation
virtualized-table-for-antd copied to clipboard

Why attribute `bordered` doesn't work?

Open uselessvevo opened this issue 1 year ago • 0 comments

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 }}
/>

uselessvevo avatar Apr 21 '23 04:04 uselessvevo