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
Similar to #1079 , I'd like to conditionally change igx-grid-row style( such as background color) according to its data or something. In addition, I'd like to do event binding to igx-grid-row.
Description
Similar to #1079 , I'd like to conditionally change
igx-grid-row
style( such as background color) according to its data or something. In addition, I'd like to do event binding toigx-grid-row
.Expect
For example, I'd like
igx-grid-row
to become likemat-row
. Here is a sample.https://stackblitz.com/edit/angular-material-datatable
igx-grid-row
can be defined as a child ofigx-grid
.igx-grid-row
.igx-grid-row
.This is just my idea. If you have any better ideas, that'll be great!
I'd appreciate your consideration.
The text was updated successfully, but these errors were encountered: