| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-2527.surge.sh |
Sorry, something went wrong.
|
There's probably an isArray() type deal we can use in case we get passed a weird object with a length prop that isn't an array, but this will suffice. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
If an empty array is passed for rows (along with onSelect for the "Selectable table" variation), currently the "all rows selection" checkbox in the top left will be set true b/c rows.every evaluates true with an empty array.
returns true when called.
Noted this while testing selection downstream today...
Additional issues: