can someone please help me solve the need to programmatically scroll to a specific row that has previously been edited ? I have a CRUD PHP application and after editing a record, I want the app to scroll to that specific td in a page that has just been edited.
Screenshots: HTML table Edit form
The reason I need this is table is long and it saves effort of a user. thank you
What are the ways to solve this ? JQuery ? Anything else ?