wox-admin-table

1.0.3 • Public • Published

Table image

API

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

Usage

import WoxTable from 'wox-admin-table';

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

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

Readme

Keywords

Package Sidebar

Install

npm i wox-admin-table

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

13.3 kB

Total Files

18

Last publish

Collaborators

  • frend.wong