You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/table/index.en-US.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ One of the Table `columns` prop for describing the table's columns, Column has t
204
204
| filterDropdownProps | Customized dropdown props, `filterDropdownOpen` and `onFilterDropdownOpenChange` were available before `<5.22.0`|[DropdownProps](/components/dropdown#api)| - | 5.22.0 |
205
205
| fixed | (IE not support) Set column to be fixed: `true`(same as left) `'left'``'right'`| boolean \| string | false ||
206
206
| key | Unique key of this column, you can ignore this prop if you've set a unique `dataIndex`| string | - ||
207
-
| render | Renderer of the table cell. `value` is the value of current cell; `record` is the value object of current row; `index` is the row number. The return value should be a ReactNode |function(value, record, index) {}| - ||
207
+
| render | Renderer of the table cell. `value` is the value of current cell; `record` is the value object of current row; `index` is the row number. The return value should be a ReactNode | (value: V, record: T, index: number): ReactNode| - ||
208
208
| responsive | The list of breakpoints at which to display this column. Always visible if not set |[Breakpoint](https://github.com/ant-design/ant-design/blob/015109b42b85c63146371b4e32b883cf97b088e8/components/_util/responsiveObserve.ts#L1)\[]| - | 4.2.0 |
209
209
| rowScope | Set scope attribute for all cells in this column |`row`\|`rowgroup`| - | 5.1.0 |
0 commit comments