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 1bccb19 commit 696ddd4Copy full SHA for 696ddd4
src/Header/useCellResize.tsx
@@ -4,7 +4,7 @@ import { useEvent } from 'rc-util';
4
import React, { useEffect, useRef, useState } from 'react';
5
import { createPortal } from 'react-dom';
6
7
-export default function useCelResize(
+export default function useCellResize(
8
columnKey: React.Key,
9
isFixLeft: boolean,
10
isFixRight: boolean,
0 commit comments