Can't I get an example of dynamic + sticky using react-table?
I implemented virtualization by looking at examples of react-table and dynamic of virtual.
If you specify the 'position:sticky' and 'top:0' properties in the th tag,
the table header is fixed at the top in safari, but the header scrolls down in chromium and edges.
When I looked at the sticky example, it was implemented as a div tag, so is there any code to show it as a table example?
I need your help.
0 Replies