How can I center the scrollToColumn in React Virtualized's Grid? -
scrolltocolumn
guarantee grid's column visible. how can rendered it's centered in grid?
you can using scrolltoalignment
property:
controls alignment scrolled-to-rows. default ("auto") scrolls least amount possible ensure specified row visible. use "start" align rows top of list , "end" align them bottom. use "center" align them in middle of container.
assuming you're using version 7.1.2+ property supported.
Comments
Post a Comment