## Project setup
npm install xuanchengxmtable```
yarn install xuanchengxmtable
`
columns={columns}
selection={selectedRow.list}
rowKey="localIndex"
onBatchCheck={e => {
}}
fixedHead={{
fixed: true,
style: {
height: " calc( 100vh - 310px) ",
overflowY: "auto"
}
}}
onSingleCheck={({ data, status }) => {
}}
/>
``