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
Is there a way to cause something to happen if the user cancels out of the edit? For example, on a scrollable list of many rows, I want to make sure focus in set back to that row instead of the table being redrawn and focus moving to beginning of list.
I was thinking of using the scrollTo() function on DataTables but not sure where that code should go. Maybe there is another way to accomplish this.
The text was updated successfully, but these errors were encountered:
I was able to achieve my goal by commenting out "table.draw();" under "cancelEditableCell" in dataTables.cellEdit.js. Is there a reason the entire table was being redrawn on cancel?
Is there a way to cause something to happen if the user cancels out of the edit? For example, on a scrollable list of many rows, I want to make sure focus in set back to that row instead of the table being redrawn and focus moving to beginning of list.
I was thinking of using the scrollTo() function on DataTables but not sure where that code should go. Maybe there is another way to accomplish this.
The text was updated successfully, but these errors were encountered: