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
Current behavior
When using lazy option with multiple selection, top checkbox of multiple selection is not getting selected when all rows is selected, When hitting top checkbox, all rows gets selected, but the checkbox itself doesn't get selected
Expected behavior
Top checkbox gets selected when all fields is selected
[x] bug report
This is reopen of this issue: #2051
https://codesandbox.io/s/primevue-2-datatable-checkbox-selection-in-lazy-mode-ts5dc?file=/src/App.vue
Current behavior
When using lazy option with multiple selection, top checkbox of multiple selection is not getting selected when all rows is selected, When hitting top checkbox, all rows gets selected, but the checkbox itself doesn't get selected
Expected behavior
Top checkbox gets selected when all fields is selected
In other issue @tugcekucukoglu showed example of using this feature on PrimeVue 3: #2051 (comment)
But DataTable component in PrimeVue 2.8.0 doesn't have selectAll prop and not emitting select-all-change event like DataTable component in PrimeVue 3
How can i achieve the behaviour i need in PrimeVue 2?
Can you provide some example on PrimeVue 2?
Vue version: 2.6.14
PrimeVue version: 2.8.0
The text was updated successfully, but these errors were encountered: