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, I am trying to implement a simple bulk action, but my table has UUIDs.
It seems like when clicking in the checkbox it only gets the first char of the id, so in a table like the one from the screenshot I only get "9" when console.log pgBulkActions.get()
Is this a problem with uuid or am i doing something wrong?
Thanks in advance for your help!
pd: notice the counter is 0, because an even number of rows is selected, so is selecting and deselecting "9".
edit: when click on "check all" checkbox it works great, even if i deselect from there it still show me the correct uuids, the problem is when i start checking rows individually.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to implement a simple bulk action, but my table has UUIDs.
It seems like when clicking in the checkbox it only gets the first char of the id, so in a table like the one from the screenshot I only get "9" when console.log pgBulkActions.get()
Is this a problem with uuid or am i doing something wrong?
Thanks in advance for your help!
pd: notice the counter is 0, because an even number of rows is selected, so is selecting and deselecting "9".
edit: when click on "check all" checkbox it works great, even if i deselect from there it still show me the correct uuids, the problem is when i start checking rows individually.
Beta Was this translation helpful? Give feedback.
All reactions