I’m struggling showing 3 columns of data from teh same external collection but with a different filter.
Imagine a web page with a kanban board with 3 columns
And tickets witih 3 status: to do, doing, done
Column 1: To Do
Column 2: Doing
Column 3: Done
The records are in an external collection.
For each list, I call upon the same collection, just different query filter
My question is: Should this be possible with Adalo
I ask because: In my tests, the lists seem to interfere or have some sort of issue while loading. Showing some records double for a moment.
Already tried the following:
- Stripped down all my custom lists to the bear minim to remove anything that might be the casue other than simply loading the data. No linking-to-or-from. Which seems to work
- Then when I add link to the details it starts to jump (flash duplicate records) once you close the detail page (which in this example is a modal)
- Update: Using an internal collection does have that same issue as it appears
I tag you @adalojosh because we’ve been touching this loading in another post