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
I have given one property for selection - [selectionType]="SelectionType.checkbox"
headerCheckboxable: true
Now I am showing a checkbox per row like,
Now I have selected a header checkbox like "Select All"
In this scenario, I have selected the header checkbox. Here you can see 4 Selected rows but in my case, it is selected with a hidden checkbox, there is only one checkbox selected per row but the "selected" (select) event gives me 4 selected.
I am facing one issue right now.
Thanks in adcance
The text was updated successfully, but these errors were encountered: