You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#150 adds a detail (or "drill-down") view for records on the front end. When a page has content above the registry table that still shows in this detail view. My suggestion is that we have configuration (probably on the PHP side for simplicity) to hide this content when viewing detail of pages.
The text was updated successfully, but these errors were encountered:
I'm not sure how you'll do that when the detail view is triggered by a row click and React router. You can do it easily when the URL is loaded directly though. Maybe some entwine logic to determine if the detail view is shown and if so then hide the content area?
#150 adds a detail (or "drill-down") view for records on the front end. When a page has content above the registry table that still shows in this detail view. My suggestion is that we have configuration (probably on the PHP side for simplicity) to hide this content when viewing detail of pages.
The text was updated successfully, but these errors were encountered: