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 horizontal scrolling.
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 style grid-template-columns: repeat(4, minmax(0, 1fr)) in virtual scroll
https://codepen.io/pen?editors=0010