antd-data-table icon indicating copy to clipboard operation
antd-data-table copied to clipboard

A component that combines antd's Table and Form to do the search, display, and operating jobs for data.

Results 16 antd-data-table issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.19.0. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.19.0 > Fixes and Functionality: > > - Unzip response body only for statuses != 204...

dependencies

fix: action 列标题应该可以自定义

功能描述:对某条数据操作完成之后,希望可以自动刷新列表,保证修改列表显示最新的数据。

- `bordered`, `footer`, `size` are all style parameter, should able to be added. - Besides, the default checkbox for each row, could it be turned off ?

` [ { label: "Edit", action(record) { action("onClick edit")(record); } }, { label: "More", children: [ { label: "Remove", action(record) { action("onClick remove")(record); } }, { label: "Open", action(record) {...

I am trying to implement redux to my datatable however this is all closely integrated with the search which has to make request. How do I go about populating data...

1. 增加选择列的开关配置 #13 2. Action 可以自定义 #16

有些业务场景是不需要使用 checkbox 列的,希望增加开关配置 ![image](https://user-images.githubusercontent.com/7758413/31334695-f7087cde-acb4-11e7-899c-bb06a927fe19.png)

enhancement
discussion