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

[DataGrid] Implement base foundation for editing a cell #1025

Merged
merged 34 commits into from Mar 3, 2021

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    3a38366 View commit details
    Browse the repository at this point in the history
  2. fix rebase issues

    dtassone committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b16062a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d7c90 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. fixes and refactoring

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9f066f7 View commit details
    Browse the repository at this point in the history
  2. fix client edit rows

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    84dbf55 View commit details
    Browse the repository at this point in the history
  3. format

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    a0642b9 View commit details
    Browse the repository at this point in the history
  4. add todo

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    11e7da0 View commit details
    Browse the repository at this point in the history
  5. fix edit click

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    03debae View commit details
    Browse the repository at this point in the history
  6. add missing import

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    cabe172 View commit details
    Browse the repository at this point in the history
  7. fix imports

    dtassone committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    699e8d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    1283d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15dfc2 View commit details
    Browse the repository at this point in the history
  3. add gridEditCellParams

    dtassone committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    67451b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    357f385 View commit details
    Browse the repository at this point in the history
  5. fix import order

    dtassone committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    72a9863 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    7d7d361 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. sort asc

    oliviertassinari committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    77a17b3 View commit details
    Browse the repository at this point in the history
  2. sort asc

    oliviertassinari committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    d84a10a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7dd29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    142d693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b1acc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d03941 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8e117b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Api description improvements

    Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
    dtassone and oliviertassinari committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d9b461f View commit details
    Browse the repository at this point in the history
  2. small refactoring

    dtassone committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    df4ee43 View commit details
    Browse the repository at this point in the history
  3. more small refactoring

    dtassone committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    629e2a5 View commit details
    Browse the repository at this point in the history
  4. cleanup and prettier

    dtassone committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c067a32 View commit details
    Browse the repository at this point in the history
  5. fix edit input ux, rm caret

    dtassone committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    19ab929 View commit details
    Browse the repository at this point in the history
  6. prettier lint

    dtassone committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    ee320e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    30eea3e View commit details
    Browse the repository at this point in the history
  2. fix package.json syntax

    dtassone committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c27e5d1 View commit details
    Browse the repository at this point in the history
  3. small fixes

    dtassone committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    df0e557 View commit details
    Browse the repository at this point in the history
  4. add methods in api pages

    dtassone committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    cf65266 View commit details
    Browse the repository at this point in the history
  5. fix update rows

    dtassone committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    6dca60e View commit details
    Browse the repository at this point in the history