0.1.2 • Published 7 months ago

xuanchengxmtable v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

xmtable

Project setup

yarn install xuanchengxmtable

How to use

<BigTable
    dataSource={goods.list}
    columns={columns}
    selection={selectedRow.list}
    rowKey="localIndex"
    onBatchCheck={e => {
    }}
    fixedHead={{
        fixed: true,
        style: {
            height: " calc(  100vh - 310px) ",
            overflowY: "auto"
        }
    }}
    onSingleCheck={({ data, status }) => {

    }}
/>