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
The text was updated successfully, but these errors were encountered:
mihailboev
changed the title
Grid updateRow fails when called for rows after an expanded row
Grid updateRow() fails when called for rows after an expanded row
Mar 7, 2023
Steps to reproduce:
Expected: Third row is updated properly
Observed: Third row "data-position" attribute is set to "4". Calling updateRow() for the same row will result in a new row being inserted.
Seems to be caused by updateRow() using $row.index() when calling renderRow()
Code to reproduce:
The text was updated successfully, but these errors were encountered: