How to Get a DataTable to refresh page in same location after an Update.
How to Get a DataTable to refresh page in same location after an Update.
I realize I have no code example as this is more of a how to / is this possible type question.
Essentially I'm curious if after making an update to a row in a DataTable is possible after the Redraw/Refresh occurs to have the DT load in the browser displaying the row/area where the user made the modification, e.g. user is 20 rows down in a DT of 50 rows and updates a date column for Row 20. After the refresh occurs DataTable should be showing Row 20 rather than redrawing and loading back with Row 1 at the top of the DataTable.