I ‘m using Ant Design’s Table component to display a considerable number of rows per page. The problem I’m facing is that the horizontal scroll is way at the bottom of the page. Is there a way to position the horizontal scroll bar on the top of the Table, instead of default behavior which is at the bottom.
I tried the docs but nothing related showed up.
Thanks in advance!