Skip to main content

All Questions

Tagged with
2 votes
0 answers
48 views

How to implement virtual horizontal scroll for the Antd table?

I am experiencing performance issues with an Ant Design (Antd) table containing more than 200 columns. You can preview the problem here: Antd Table. AntD supports vertical virtual scrolling, but not ...
Joy Boy's user avatar
  • 21
0 votes
0 answers
25 views

how to style item with grid-template-columns: repeat(4, minmax(0, 1fr)) in virtual scroll

https://codepen.io/pen?editors=0010 how to make in virtual scroll list item to grid-template-columns: repeat(4, minmax(0, 1fr)) maybe cause items has style absolute, i dont know, in general i need to ...
Salome's user avatar
  • 1
0 votes
0 answers
39 views

With `react-window`, The sticky table header breaks away when scrolling

I am building the table with react-window and react-window-infinite-loader to these requirements. Requirements Vertical direction Infinite scroll List virtualization Fixed height of table The sticky ...
nw.lee's user avatar
  • 71
1 vote
0 answers
268 views

How to apply list virtualization using React window when infinite scroll is implemented using React-Query

I am making a news app and I have implemented infinite scroll using React Query. But my cocern was as more and more dom elements get added to the dom because of infinite scroll the dom gets heavy . To ...
Moumita Dhar's user avatar
0 votes
1 answer
397 views

How to load the children on demand in react checkbox tree along with virtual scrolling

import React, { us eState } from 'react'; import CheckboxTree from 'react-checkbox-tree'; import 'react-checkbox-tree/lib/react-checkbox-tree.css'; ...
saranya s's user avatar
2 votes
1 answer
2k views

How to add virtual scrolling to an ant design table with custom components?

I am looking for a way to add virtual scrolling to my ant design table. I found some libaries to achieve that (virtualized-table-for-antd, antd-virtualized, ...), but they seams be no longer under ...
Luxaaa's user avatar
  • 139