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
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
When defining a DataTable with a Column with selectionMode="multiple, the callback onRowUnselect is never called. Actually when unselecting a row the callback onRowSelect is called instead.
Expected behavior
When unselecting a row the callback onRowUnselect should be called.
Minimal reproduction of the problem with instructions
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
all
Language: [all | TypeScript X.X | ES6/7 | ES5]
all
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/3v87j2z3v5
Current behavior
When defining a
DataTable
with aColumn
withselectionMode="multiple
, the callbackonRowUnselect
is never called. Actually when unselecting a row the callbackonRowSelect
is called instead.Expected behavior
When unselecting a row the callback
onRowUnselect
should be called.Minimal reproduction of the problem with instructions
https://codesandbox.io/s/3v87j2z3v5
React version:
16.8.6
PrimeReact version:
3.1.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
all
Language: [all | TypeScript X.X | ES6/7 | ES5]
all
The text was updated successfully, but these errors were encountered: