-
Notifications
You must be signed in to change notification settings - Fork 161
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
Custom template for row selection checkbox #4998
Labels
Epic
grid: general
grid: hierarchical-grid
grid: row-selection
grid: tree-grid
🧰 feature-request
version: 8.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
@Lightw3ight We will discuss the implementation of such a feature and will keep you posted. There isn't a reason why Will it be a problem to log the requests inside the Additional Context section into separate issues so that they get specific answers? Thank you in advance! |
This was referenced Jul 18, 2019
jackofdiamond5
added a commit
that referenced
this issue
Jul 31, 2019
Development:
Demos: Topic: |
14 tasks
jackofdiamond5
added a commit
that referenced
this issue
Aug 1, 2019
Lipata
added a commit
that referenced
this issue
Aug 1, 2019
jackofdiamond5
added a commit
that referenced
this issue
Aug 2, 2019
jackofdiamond5
added a commit
that referenced
this issue
Aug 8, 2019
jackofdiamond5
added a commit
that referenced
this issue
Aug 22, 2019
jackofdiamond5
added a commit
that referenced
this issue
Aug 23, 2019
dafo
added a commit
that referenced
this issue
Aug 29, 2019
dafo
added a commit
that referenced
this issue
Aug 29, 2019
dafo
added a commit
that referenced
this issue
Aug 29, 2019
jackofdiamond5
added a commit
that referenced
this issue
Aug 29, 2019
jackofdiamond5
added a commit
that referenced
this issue
Aug 29, 2019
Lipata
pushed a commit
that referenced
this issue
Sep 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Epic
grid: general
grid: hierarchical-grid
grid: row-selection
grid: tree-grid
🧰 feature-request
version: 8.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
My company is adopting the grid from ignite-ui but we already have our in-house component library based on our own design system.
For the most part, the API of the grid allows us to use our own templates with our own components.
There are a few holes however and one in particular is when you set
[rowSelectable]="true"
on the grid, it shows an ignite-ui checkbox in both the header and on each row.I would like to request some way of providing my own templates for the header/rows
Describe the solution you'd like
I would like to be able to specify a custom template, something like below
Describe alternatives you've considered
The only alternative I can see at the moment is to create a custom column and make it work like the selection column
Additional context
Some other places where Im having similar issues
Incidentally, this is my current solution, using a standard column component
And it works, however I noticed that
cell.row.isSelected
specificallyisSelected
is marked as hidden which makes me a bit nervous to use it :)The text was updated successfully, but these errors were encountered: