When I expand a row and then scroll down, I lose the context of the job:
We can use scrollspy to temporarily apply a "currently-viewing" class to when we scroll past the row so its out of view - this way the information in that row could be displayed:
You can do this if the "currently-viewing" class applies "position fixed" to the row, but determining the correct style modifications after you do that will take a little bit of time. This screenshot shows a quick example where I pop the row contents out, but it doesn't look ideal:
Though even this might be good enough. The styles I used to apply to this would be:
When I expand a row and then scroll down, I lose the context of the job:
We can use scrollspy to temporarily apply a "currently-viewing" class to when we scroll past the row so its out of view - this way the information in that row could be displayed:
You can do this if the "currently-viewing" class applies "position fixed" to the row, but determining the correct style modifications after you do that will take a little bit of time. This screenshot shows a quick example where I pop the row contents out, but it doesn't look ideal:
Though even this might be good enough. The styles I used to apply to this would be:
┆Issue is synchronized with this Asana task by Unito