1.0.3 • Published 6 years ago

wox-admin-table v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Table image

API

参数说明类型默认值
官方 API支持所有官方 API
rowColorDifferent是否设置单双行背景颜色区分。备注:如果设置了 rowClassNamerowColorDifferent将会失效booleanfalse

Usage

import WoxTable from 'wox-admin-table';

render(
  <WoxTable
    columns={columns}
    dataSource={data}
    onChange={handleChange}
    pagination={pagination}

    {/* 增强 API */}
    rowColorDifferent={true}
  />,
  rootEle
);
1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago