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
Hi,
There is a error when click select all - "Uncaught TypeError: Cannot read properties of undefined (reading 'checked')"
You can see it in documantation also - https://ui.nuxt.com/components/table
function onChange(event) { if (event.target.checked) { selectAllRows(); } else { selected.value = []; }
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
goshku
changed the title
chunk-2435C5CU.js?v=d6b48f9d:1722 Uncaught TypeError: Cannot read properties of undefined (reading 'checked')
Select all - Uncaught TypeError: Cannot read properties of undefined (reading 'checked')
Mar 28, 2024
Environment
Version
v.2.15
Reproduction
https://ui.nuxt.com/components/table
Description
Hi,
There is a error when click select all - "Uncaught TypeError: Cannot read properties of undefined (reading 'checked')"
You can see it in documantation also - https://ui.nuxt.com/components/table
function onChange(event) { if (event.target.checked) { selectAllRows(); } else { selected.value = []; }
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: