pro-table icon indicating copy to clipboard operation
pro-table copied to clipboard

🏆 Use Ant Design Table like a Pro!

Results 100 pro-table issues
Sort by recently updated
recently updated
newest added

```javascript import React, {useState} from 'react'; import {Button, Space, Table} from 'antd'; import ProTable from '@ant-design/pro-table'; import {LoadingOutlined, ReloadOutlined} from '@ant-design/icons'; import moment from 'moment'; const valueEnum = { 0:...

### 🧐 问题描述 ProTable size设置为small时候, options属性下的density设置为true。无论怎么选择密度,都是size small 。 请问怎么样能做到默认small,还能选择切换其他的行高密度? ### 💻 示例代码 https://procomponents.ant.design/components/table/?current=1&pageSize=5#datasource 文档的第一个案例。 ### 🚑 其他信息 ```javaScript const initData = { size: 'small', options: { show: true, density: true,...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 1.pro-table组件多列可滑动可排序有数据情况下,滑动至右边。 2.在firefox下点击排序重新请求数据重新渲染后滚动条跑到了左边 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] 期望滚动条在原有位置 ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ### © 版本信息 - Ant Design Pro 版本: [e.g....

### 🐛 bug 描述 引入pro-table后报警告 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef() ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ###...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] proTable 的工具栏位置默认在右边,能否改成传统的从最左边开始排序 ![image](https://user-images.githubusercontent.com/857669/129875634-c09f249a-3d20-4332-93d4-15c95c59dfff.png) ### 🧐 解决方案 [如果你有解决方案,在这里清晰地阐述] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

一个表单中的大多数列是用于接受用户输入。但 有些列,系统只想显示,但不让修改; 有些列,需要在在表单中,但不需要显示,比如,ID 我的问题是 如何如何达到这个要求。 具体说来就是:如何 1. 让一个列在表单(form)里仅仅可读,不可修改。 2.让一个列在表单以隐藏的方式存在?hideInForm的列在表单似乎不存在。 这两种情况,其实有不少应用。 现在支持吗,请教怎么做? 有没有类似这样的? const columns = [ { title: "Email", dataIndex: "email", hideInForm: false, display: true, readOnly: true }, { title:...

- Ant Design Pro 4 - Umi 2.13.4 - Google chrome - Windows 10 when the direction is set to RTL the components still adapt to LTR style, from pagination...

### 🐛 bug 描述 初始化时执行 submit 无效 ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ```tsx import React, { useRef, useEffect } from "react"; import { request, useLocation } from 'umi'; import ProTable from...

![image](https://user-images.githubusercontent.com/27352039/123072481-2b0df180-d448-11eb-800f-27c98b0f360c.png)