Page 1 of 1

Jump back to specific (selected) row after save information

Posted: 2017-10-27 16:25
by D Campbell
I want to have this feature or script where I can just click one of rows to update /add information from details view when I saved the information and it should take me back to table view and on selected row where I left to update something on details view?

Are iframes going to work as I could set one iframe with table view site, and other iframe with detail views so it wont update on table view at all on iframe, only on other iframe?

I am not sure if im making any sense as I go on this one?

Thanks
Dave

Re: Jump back to specific (selected) row after save information

Posted: 2017-11-02 17:30
by D Campbell
bumped!

if possible, if i click on the client, automatically scrolls to the bottom to detail view panel, when I hit save, automatically scroll back up to the top or return to last clicked?

Thanks
Dave

Re: Jump back to specific (selected) row after save information

Posted: 2017-11-08 16:07
by D Campbell
Something like this if possible?

<p>
<a href="#content">- Jump to Content -</a>
</p>
...
<div id="content">
<p>Neat, huh?</p>
</div>

or

at http://jsfiddle.net/GP77J/2/

Thanks so much for your help! :)

Re: Jump back to specific (selected) row after save information

Posted: 2017-11-13 07:05
by Abeer
you can disable option (display detail view in separate page) in that table, so that detail view and table view will be in in the same page and you can edit each record and move to the next in easy way.