Component Text and Table Data Persistence

Hi all,

I have a page that allows the user to select a row of a table and see more details about it by navigating them to a new page. The new page contains a back button that returns them to the larger table's view. This means I can pass custom parameters between them which I am doing with the table data, but I can't seem to figure out how to force the data back into the table on page load without hitting the binding flood limit. Does anyone have an idea of how to do this better?

That will be a bit of a challenge due to table filters, pagination, etc.

A simple solution is to open a modal popup instead. When the popup is closed the original view will still be there.

Another possibility is to use Displaying a Subview in a Table Row | Ignition User Manual. This avoids the navigation completely.