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
| filterResetToDefaultFilteredValue | click the reset button, whether to restore the default filter | boolean | false | 3.3.0 |
160
161
| defaultSortOrder | Default order of sorted values: `'ascend'``'descend'``null`| string | - ||
161
162
| ellipsis | ellipsize cell content, not working with sorter and filters for now.<br />tableLayout would be `fixed` when `ellipsis` is true. | boolean | false | 1.5.0 |
162
163
| ellipsis | The ellipsis cell content, not working with sorter and filters for now.<br />tableLayout would be `fixed` when `ellipsis` is `true` or `{ showTitle?: boolean }`| boolean \| {showTitle?: boolean } | false | 3.0 |
@@ -168,7 +169,7 @@ One of the Table `columns` prop for describing the table's columns, Column has t
168
169
| filterMode | To specify the filter interface | 'menu' \| 'tree' | 'menu' | 3.0 |
169
170
| filterMultiple | Whether multiple filters can be selected | boolean |`true`||
170
171
| filters | Filter menu config | object\[]| - ||
171
-
| filterSearch | Whether to be searchable for filter menu |Boolean |false | 3.0 |
172
+
| filterSearch | Whether to be searchable for filter menu |boolean \| function(input, filter):boolean|false |boolean: 3.0 function: 3.3.0 |
172
173
| fixed | Set column to be fixed: `true`(same as left) `'left'``'right'`| boolean\|string |`false`||
173
174
| key | Unique key of this column, you can ignore this prop if you've set a unique `dataIndex`| string | - ||
174
175
| maxWidth | Drag the maximum width of the column, it will be affected by the automatic adjustment and distribution of the table width | number | - | 3.0 |
0 commit comments