node.js - react-virtualized table x-scrolling -


is possible set x-scrolling in react-virtualized? have table fixed width, , more columns display got space in table, need x-scrollinig. in tests if did it, table shrinked , did display '...''s content if table runs out of space.

intro paragraph react-virtualized table docs (emphasis added):

table component fixed headers , windowed rows improved performance large data sets. component expects explicit width , height parameters. table content can scroll vertically not meant scroll horizontally.

you might able hack it, isn't meant support horizontal scrolling won't work. consider using grid or multigrid instead if requirement app.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -