Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for a custom container (via getContainer prop) #37

Merged
merged 2 commits into from
Jul 27, 2016

Commits on Jul 27, 2016

  1. Added support for a custom container (via getContainer prop)

    This PR also updates the version of 'react-virtualized' used in 'devDependencies' to 7.15 so that a FlexTable example could be added using the new getContainer prop.
    The PR also adds 'react' to 'devDependencies' since it was missing.
    bvaughn committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    6d4c5da View commit details
    Browse the repository at this point in the history
  2. Bumped react-virtualized dep to 7.15.1

    This renames ._grid ref to .Grid (since it's now an official part of the API).
    bvaughn committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    9291a33 View commit details
    Browse the repository at this point in the history