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

Remove onRowsUpdate, enableCellCopyPaste and enableCellDragAndDrop Props #2194

Merged
merged 17 commits into from
Oct 30, 2020

Commits on Oct 29, 2020

  1. Initial commit

    Mahajan committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c336246 View commit details
    Browse the repository at this point in the history
  2. Remove unused types

    Mahajan committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    991f36d View commit details
    Browse the repository at this point in the history
  3. Cleanup EditCell props

    Mahajan committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4aba2e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Add onFill event

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    25ae6a4 View commit details
    Browse the repository at this point in the history
  2. Fix drag up

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    7d418ce View commit details
    Browse the repository at this point in the history
  3. Add onPaste event

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    da294aa View commit details
    Browse the repository at this point in the history
  4. Update onFill and onPaste signature

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4a9d339 View commit details
    Browse the repository at this point in the history
  5. Fix row prop

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e157a4e View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    b69be6e View commit details
    Browse the repository at this point in the history
  7. Update src/DataGrid.tsx

    Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
    amanmahajan7 and nstepien committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    496f0e8 View commit details
    Browse the repository at this point in the history
  8. Update src/DataGrid.tsx

    Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
    amanmahajan7 and nstepien committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c86c2f9 View commit details
    Browse the repository at this point in the history
  9. Address comments

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    fe8148a View commit details
    Browse the repository at this point in the history
  10. Update src/DataGrid.tsx

    Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
    amanmahajan7 and nstepien committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    5e81c38 View commit details
    Browse the repository at this point in the history
  11. Fix errors due to type change

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    aa31241 View commit details
    Browse the repository at this point in the history
  12. Validate paste

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d501a0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e29a787 View commit details
    Browse the repository at this point in the history
  14. Do not copy in edit mode

    Mahajan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    12ce94a View commit details
    Browse the repository at this point in the history