You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]="carview.php?tsp=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
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
Icons such as the sort icon (We have our own icon library)
Some of the filtering stuff
Its a little difficult to template the header because of how the filter icon works, I have had to result to targeting some of your css classes which isnt ideal
Incidentally, this is my current solution, using a standard column component