Here's a possibility to consider for a future release.
When we view the Table page for a specific table, the sheet link could send us not only to the sheet, but to the table within that sheet.
This would be very helpful for extremely large images with many tables in a sheet.
As a test, I came up with a hack on a report I already generated. This is super basic and doesn't take into account overlapping entity objects.
On the Sheet HTML page
1. in css give the image a z-index:1000
<img src='sheet_sheet 5.png' usemap='#sheet 5' style='z-index:1000'/>
2. create a transparent div that is of similar dimensions to the relevant table in the image, give it position:absolute, top and left coordinates close to the image map's coordinates for its linked area of that table, give that div a z-index:-1.
3. give the div an id like id="table_3" so we can point to it from the link pointing to the sheet.
On the Table HTML page
4. on the table html page, where the link to the sheet exists, add #table_3 to the end of the link into that sheet
Issue #10679 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |