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
Originally posted by mapism June 23, 2024
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.
The text was updated successfully, but these errors were encountered:
Edit2: Check all works only if no row is selected. It can select and deselect fine all rows.
Selecting and deselecting rows individually after "check all" doesnt work at all.
Discussed in #1601
Originally posted by mapism June 23, 2024
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.
The text was updated successfully, but these errors were encountered: