TableHeaderCheckbox is checked when the selection array is empty #11025
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
primeng/src/app/components/table/table.ts
Line 4090 in 8e60cc4
Cause:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every
Note: Calling this method on an empty array will return true for any condition!
The text was updated successfully, but these errors were encountered: