fix: render footer below table#284
Conversation
|
@nihgwu hopefully this isn't considered a breaking change. Not sure what kind of side effects this may have. |
|
It does have side effects, you can try to change the dom node of this example https://autodesk.github.io/react-base-table/examples/footer-renderer, the top border of footer(actually it's the bottom border of table body) is overlapped |
|
This will probably break consumer snapshots as well. Can you consider making this enhancement in the future? It will help with accessibility. |
|
If |
This allows for better keyboard navigation when rendering focusable content in the footer. The current location leads to buttons rendered in the table footer being tabbed to before tabbing to the table.