mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
update table doc
This commit is contained in:
parent
00d70ffa0c
commit
21dc8811c9
@ -40,6 +40,8 @@ var dataSource = [{
|
||||
|
||||
**远程数据模式**是更常见的业务场景,是一次只从服务端读取一页的数据放在前端,执行筛选、排序、切换页码等操作时均向后台发送请求,后台返回当页的数据和相关分页信息。
|
||||
|
||||
> 远程数据模式后续可能删除,目前不推荐使用。
|
||||
|
||||
通过指定表格的数据源 `dataSource` 为一个 DataSource 的实例如下。
|
||||
|
||||
```jsx
|
||||
|
Loading…
Reference in New Issue
Block a user