I’m working on a side project that will essentially collect different resources from SaaS companies - pages, emails, etc.
I’ve got the data model already setup in Airtable but I’m missing one step that I believe requires using a custom code block - and that’s why I’m asking the community.
I can’t use the “Dynamic List Detail” block because I want to render the entire screenshot with a custom scroll bar. Here’s an example of a very raw design - please forgive my coding skills.
The previous page would be a dynamic list.
So basically, when someone clicks in one of the list items - I want to render the page with that custom code and bring some values dynamically, such as the screenshot, title, category and created date.
Is it possible to pass parameters to the next screen? How should I go about this? Any insights would be highly appreciated.
@Javier_GrowthLab one idea would be to put 2 details blocks. one after another 1. Only screenshot and 2. only data and then programatically putting both next to each other. If you do 1 and 2 then we can check and test few small code on top
Thanks @artur for your quick response! So if I understood you right, you’re suggesting to place two detail blocks into the same page.
Then inject some custom code to create that scroll bar and separate the two sections horizontally. Is that possible? If so, is someone inside Softr that might be able to assist with this code?
Hi @artur - reaching out again for some help with CSS.
I managed to apply some tweaks to the style of both components, but I’m stuck with the left container. I can’t find a way to fit the content to the entire container, there must be some !important or rems directives that can’t be overwritten.
Basically I want to expand the image to fit the entire container. See the screenshot below.
I have a very similar problem as @Javier_GrowthLab. I am trying to create a dynamic menubar on the left side of the screen was an active scrolling site on the right side(majority of screen).
I would love to access the code used for this. Can @artur please help me?
I really want to add a similar functionality to my website. I would appreciate if you explained the steps. Where do I need to paste the code for this split screen?
I believe you will have to play around with the “col-lg-6” class in order to split it the way you want it, I’m not familiar with CSS Flexbox, but I think this uses the same principles.