-
Is there a way to set the focus inside the custom filter of the datagrid? Added stackblitz for better understanding Id column uses build-in filter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Something like this should do: Steps:
(N.B. had to downgrade the angular version for my copy of the demo, as we have some stackblitz issues with the library versioning in V5) |
Beta Was this translation helpful? Give feedback.
Something like this should do:
https://stackblitz.com/edit/clarity-custom-filter-focus-sample?file=src%2Fapp%2Fapp.component.html
Steps:
<clr-dg-filter (clrDgFilterOpenChange)=...
handler in the app template to wire the filter and the open/close event.(N.B. had to downgrade the angular version for my copy of the demo, as we have some stackblitz issues with the library versioning in V5)