-
Hi is there any way to use css isolation with RowClass in datagrid? ` private async Task RowFocus(FluentDataGridRow row) selectedRow = row.Item; await OnSelected.InvokeAsync(row.Item!); ` Thank you Ales |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
May be that this is same like #1739 |
Beta Was this translation helpful? Give feedback.
-
So if I need to have CSS isolation for my component and use classes from isolated CSS inside component code. I have to se custom css scope like this
|
Beta Was this translation helpful? Give feedback.
So if I need to have CSS isolation for my component and use classes from isolated CSS inside component code. I have to se custom css scope like this