Repositioning table contents in a scrolling table
Repositioning table contents in a scrolling table
CrashMeister
Posts: 8Questions: 0Answers: 0
Our app redraws the table after adding/processing a row. By default the table repositions itself to the top, forcing the user to scroll down to the required data again. We have an underlying data object that is used to build the table, but the rebuild is done using fnClearTable, fnAddData, fnDraw and fnAdjustColumnSizing.
I need to be able to:
1. Save the current position of the data in the scroll window.
2. Reposition the table to that position after a redraw.
3. Position the data to a newly added row when one is added.
Any help solving these issues is appreciated.
Thanks,
Craig.
I need to be able to:
1. Save the current position of the data in the scroll window.
2. Reposition the table to that position after a redraw.
3. Position the data to a newly added row when one is added.
Any help solving these issues is appreciated.
Thanks,
Craig.
This discussion has been closed.
Replies