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

feat: add container to arguments passed to dataGetter #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2019

  1. Add container to arguments passed to dataGetter

    This PR aligns the `dataGetter` and `cellRenderer` function calls by ensuring the container property is passed.
    
    I would like to be able to access custom props that are passed to the container in the data getter function. Currently this is supported in the `cellRenderer` however we don't need the power of the that function (cell renderering for us is taken care of elsewhere).
    JRGranell authored Nov 22, 2019
    Configuration menu
    Copy the full SHA
    ee202bb View commit details
    Browse the repository at this point in the history