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
I have a case where I set the 'unselectable' list to the key id's When I first run the list it is fine. I have 7 rows of data and row 3 and 4 are selectable. But if I delete one of those rows the 'unselectable' list shows incorrectly in the browser. I have debugged the list and it is correct in console.log. I deleted row 3 for example but the list shows the next row down is now selectable, even though the list in the output shows correctly? If I refresh, the list shows correct select/unselectable. This only seems to happen on add and delete. I retrieve the list each time I add or delete and recreate the 'unselectable' list.
The text was updated successfully, but these errors were encountered:
I have a case where I set the 'unselectable' list to the key id's When I first run the list it is fine. I have 7 rows of data and row 3 and 4 are selectable. But if I delete one of those rows the 'unselectable' list shows incorrectly in the browser. I have debugged the list and it is correct in console.log. I deleted row 3 for example but the list shows the next row down is now selectable, even though the list in the output shows correctly? If I refresh, the list shows correct select/unselectable. This only seems to happen on add and delete. I retrieve the list each time I add or delete and recreate the 'unselectable' list.
The text was updated successfully, but these errors were encountered: