segmentio / evergreen

🌲 Evergreen React UI Framework by Segment
https://evergreen.segment.com
MIT License
12.39k stars 832 forks source link

Issue with Table horizontal scroll #1514

Open ahsan-sabir opened 2 years ago

ahsan-sabir commented 2 years ago

How to make the table scroll horizontally without the ellipsis? Couldn't find any relevant props in the documentation. Doing anything like setting overflow to auto in parent element or removing overflow from cells breaks the table.

https://codesandbox.io/s/new-monad-if7339?file=/index.js