ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

Regarding bug in ngx-datatable

Open one-click-varshil-doshi opened this issue 1 year ago • 0 comments

I am facing one issue right now.

  1. I have given one property for selection - [selectionType]="SelectionType.checkbox"
  2. headerCheckboxable: true
  3. Now I am showing a checkbox per row like, image
  4. Now I have selected a header checkbox like "Select All"

image (1)

  • 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.
  1. I see the Ngx-Datatable demo page (https://swimlane.github.io/ngx-datatable/#chkbox-selection) image (2)

Thanks in adcance

one-click-varshil-doshi avatar May 22 '23 05:05 one-click-varshil-doshi