File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import type { CompareProps } from '@rc-component/context/lib/Immutable' ;
2+ import classNames from 'classnames' ;
3+ import { warning } from 'rc-util' ;
24import * as React from 'react' ;
3- import { INTERNAL_HOOKS } from '..' ;
5+ import { INTERNAL_HOOKS } from '../constant' ;
6+ import { makeImmutable } from '../context/TableContext' ;
47import type { CustomizeScrollBody } from '../interface' ;
58import Table , { DEFAULT_PREFIX , type TableProps } from '../Table' ;
69import Grid from './BodyGrid' ;
710import { StaticContext } from './context' ;
8- import { makeImmutable } from '../context/TableContext' ;
9- import { warning } from 'rc-util' ;
10- import classNames from 'classnames' ;
1111
1212const renderBody : CustomizeScrollBody < any > = ( rawData , props ) => {
1313 const { ref, onScroll } = props ;
You can’t perform that action at this time.
0 commit comments