react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

set flexShrink 0 horizontal direction cannot scroll

Open FrominXu opened this issue 3 years ago • 1 comments

columns total width is large than table width, fixed = false, flexGrow = 1, when set flexShrink=0, horizontal direction can not scrolling

FrominXu avatar Aug 04 '22 07:08 FrominXu

It's intended, flexible table(fixed=false) can't be scrolled horizontally

nihgwu avatar Aug 05 '22 09:08 nihgwu