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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -