afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/table/demo/custom-filter-panel.md
|
|
@ -84,7 +84,7 @@ const App: React.FC = () => { |
|
|
|
|
|
|
|
const getColumnSearchProps = (dataIndex: DataIndex): ColumnType<DataType> => ({ |
|
|
|
filterDropdown: ({ setSelectedKeys, selectedKeys, confirm, clearFilters, close }) => ( |
|
|
|
<div style={{ padding: 8 }}> |
|
|
|
<div style={{ padding: 8 }} onKeyDown={e => e.stopPropagation()}> |
|
|
|
<Input |
|
|
|
ref={searchInput} |
|
|
|
placeholder={`Search ${dataIndex}`} |
|
|
|