Resetting page to 1st page doesn't seem right
Resetting page to 1st page doesn't seem right
Love this software! One thing I noticed is if you add a row dynamically to the table and it resorts it will send you back to page 1. This seems wrong from a user experience point of view.
If I'm on page 3 and a new row is added, I'd like to stay on page 3.
I just commented out these two lines in the 1.7.2 version:
line 4331 oSettings._iDisplayStart = 0;
line 3914 oSettings._iDisplayStart = 0;
Any thoughts?
If I'm on page 3 and a new row is added, I'd like to stay on page 3.
I just commented out these two lines in the 1.7.2 version:
line 4331 oSettings._iDisplayStart = 0;
line 3914 oSettings._iDisplayStart = 0;
Any thoughts?
This discussion has been closed.