jxom/bumbag-ui

Tables Overflow

llermaly opened this issue · 0 comments

When a table has more columns than the container width just cuts.

To Reproduce

  1. Create a table with many columns

Expected behavior

Some scrollbar or toggle collapse

Screenshots
image

Device information (please complete the following information):

  • Device: PC
  • OS, version: Windows 10 Home
  • Browser, version: Chrome, 86.0.4240.75

Additional context

Tried with style={{overFlowX: "auto"}} with no success

Thanks!