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

Expose a column input for passing additional data/state in the template contexts of the column #9020

Closed
rkaraivanov opened this issue Feb 18, 2021 · 1 comment · Fixed by #9694
Assignees
Labels
grid: general program: igniteui project management 🧰 feature-request ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@rkaraivanov
Copy link
Member

Add a new input property on the column component which allows users to pass additional properties in the
template context objects of the column itself (cell, header, editing, etc.)

Example:

    <igx-column [templateContext]="contextObject">
        <ng-template igxCell let-cell="cell">
            {{ cell.column.contextObject.prop }}
        </ng-template>
    </igx-column>

Related to the discussion in #8896

@github-actions
Copy link

github-actions bot commented May 1, 2021

There has been no recent activity and this issue has been marked inactive.

@github-actions github-actions bot added the status: inactive Used to stale issues and pull requests label May 1, 2021
@github-actions github-actions bot closed this as completed May 9, 2021
@ddincheva ddincheva reopened this May 10, 2021
@ddincheva ddincheva removed the status: inactive Used to stale issues and pull requests label May 10, 2021
@zdrawku zdrawku assigned dobromirts and unassigned ddincheva and radomirchev May 19, 2021
@dobromirts dobromirts added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Jun 9, 2021
@hanastasov hanastasov removed the 🛠️ status: in-development Issues and PRs with active development on them label Jun 11, 2021
@zdrawku zdrawku added the ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. label Jun 14, 2021
zdrawku added a commit that referenced this issue Jul 2, 2021
@zdrawku zdrawku mentioned this issue Jul 2, 2021
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grid: general program: igniteui project management 🧰 feature-request ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants