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

[EuiDataGrid] Enhance renderCustomGridBody to better support consumer virtualization #8028

Merged

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    1960321 View commit details
    Browse the repository at this point in the history
  2. update docs

    logeekal committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a2dfd9f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix: RC

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d827156 View commit details
    Browse the repository at this point in the history
  2. fix : errors RC

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0c2b45f View commit details
    Browse the repository at this point in the history
  3. fix: more errors RC

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    00e76e9 View commit details
    Browse the repository at this point in the history
  4. fix: more errors for RC

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6e9474a View commit details
    Browse the repository at this point in the history
  5. fix: remove console log

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6b8f85a View commit details
    Browse the repository at this point in the history
  6. add: changelog

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cc48ba4 View commit details
    Browse the repository at this point in the history
  7. optimizations and examples

    logeekal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d8a26eb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. example grid working

    logeekal committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    24195bf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix: remove width hack

    logeekal committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    276acfe View commit details
    Browse the repository at this point in the history
  2. housekeeping

    logeekal committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4534175 View commit details
    Browse the repository at this point in the history
  3. tsdoc

    logeekal committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    86930be View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    d72cb77 View commit details
    Browse the repository at this point in the history
  2. Fix failing snapshot

    cee-chen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0190346 View commit details
    Browse the repository at this point in the history
  3. fix: cypress tests

    logeekal committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ed08096 View commit details
    Browse the repository at this point in the history
  4. Fix custom body to be rendered as a component

    - which allows conditionally rendering the prop - errors otherwise
    
    + tweak displayName
    cee-chen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3a5ac9c View commit details
    Browse the repository at this point in the history
  5. [docs] merge both custom render and overhaul example

    - give this example its own folder, it's gotten complex enough at this point
    
    - also give it its own custom toggles and tabs, since codesandbox doesn't generate a link with relative imports
    cee-chen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a242eb0 View commit details
    Browse the repository at this point in the history
  6. changelog

    cee-chen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9092bca View commit details
    Browse the repository at this point in the history
  7. Remove unnecessarily optional types

    - these are all definitively passed
    cee-chen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    65cd6f5 View commit details
    Browse the repository at this point in the history
  8. changelog

    cee-chen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3049f3b View commit details
    Browse the repository at this point in the history