Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 09:53
· 195 commits to main since this release
470310d

Major Changes

  • bb95029: ### New component: agGridPersonCell

    React component for displaying person details in AgGrid cell and PersonCard on cell hover.

    • Introduced agGridPersonCell for integrating person details into AgGrid cells.
    • Customizable heading, subHeading, size, and showAvatar options.
    • Allows mapping complex data structures for fields like azureId, upn, and dataSource.
    • Supports custom HTML for heading and subHeading to enable rich content in cells.
    • Added support for custom sorting logic with dataToSort. !Note Allows only usage of cell's data, not provider data.

Patch Changes