1.0.1 • Published 2 years ago

8lab_virtuallist v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

基本使用方法

  const data = Array.from({ length: 100 }, (_, key) => ({ key }));
  const column = [
    { title: 'A', dataIndex: 'key', width: 150 },
    { title: 'B', dataIndex: 'key' },
    { title: 'C', dataIndex: 'key' },
    { title: 'D', dataIndex: 'key' },
    { title: 'E', dataIndex: 'key', width: 200 },
    { title: 'F', dataIndex: 'key', width: 100 },
  ];