Fatal
Fatal
Hello, I have managed to implement virtualization, but I have encountered a number of unsolvable problems, the biggest of them, Drag&Drop does not work correctly. I used react-window, if anyone...
```tsx ``` ```tsx const renderNavigationTreeListWrapper = ({ info, containerProps, children }: NavigationTreeListWrapperProps) => ( ); const NavigationTreeListWrapper: FC = ({ children }) => { const components = useMemo(() => (Array.isArray(children)...
@asajim I can't share it. Look at the documentation for the "react-window" library, it allows you to create virtual lists and tables, a handy tool.