We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e71e5 commit d6584d8Copy full SHA for d6584d8
src/model.ts
@@ -18,8 +18,8 @@ const paddingLeft = 15
18
const BASE_NAME = 'virtualized-table'
19
20
export type CustomComponents = {
21
- IconSortAsc?: JSX.Element
22
- IconSortDesc?: JSX.Element
+ IconSortAsc?: () => JSX.Element
+ IconSortDesc?: () => JSX.Element
23
SearchField?: SearchFieldComp
24
Counter?: CountComp
25
}
0 commit comments