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(Cell): make Cell, CellProps and InnerCellProps generic #458

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2023

  1. feat(Cell): make CellProps and InnerCellProps generic

    This will allow to pass a type for `rowData` (currently it resolves to `never`).
    b1rdex committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f7cb269 View commit details
    Browse the repository at this point in the history
  2. feat(Cell): make Cell generic

    b1rdex committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ddf4a89 View commit details
    Browse the repository at this point in the history
  3. feat(Cell): make Cell generic

    b1rdex committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b2287af View commit details
    Browse the repository at this point in the history