Here’s a pretty standard app layout I reckon, but I’m struggling to get to grips with it.
I’d like to build (well building) an app with three key parts:
1 - List of Items on the sidebar
2 - Data (dates/usage/etc) which follows the same order from the list on the side.
3 - A header that sticks.
This is very similar to when you have an Excel sheet with a fixed row as a header, and two fixed columns on the left. What you’re able to do it scroll vertically up and down on both the sidebar (1) and the datapanel (2) but only scroll horizontally on the data panel (2), but no horizontal scroll on the side bar (1).
Now I’ve tried with a bit of javascript & html IDs, but maybe due to the way repeating groups are created, it’s not getting picked up by the javascript despite it being loaded correctly and seeing the elements.
Create a new test page and experiment placing sections 1 and 2 inside a group with a max height. This does change your structure but if it works you may consider adapting the rest.
So in the end I’m still trying to achieve this style of repeating group navigation where the ‘test’ text is in a floating group and the ‘row’ text is not…