Jump back to specific (selected) row after save information

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
D Campbell
Posts: 20
Joined: 2017-03-12 09:32

Jump back to specific (selected) row after save information

Post by D Campbell » 2017-10-27 16:25

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

D Campbell
Posts: 20
Joined: 2017-03-12 09:32

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

Post by D Campbell » 2017-11-02 17:30

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

D Campbell
Posts: 20
Joined: 2017-03-12 09:32

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

Post by D Campbell » 2017-11-08 16:07

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! :)

Abeer
Posts: 18
Joined: 2017-03-12 09:19

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

Post by Abeer » 2017-11-13 07:05

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.
Attachments
2017-11-13_0855.png
2017-11-13_0855.png (22.26 KiB) Viewed 2977 times

Post Reply