nealzie
(Niels)
September 23, 2025, 2:20pm
1
In the reorder list component, when you don’t use a header & footer, the div’s are still being created. I’m using custom css to put the layout in a grid, however this causes those divs to take up space. Is there a way to turn this off?
Also, how can you easily target the first-child and last-child from within the css editor of that element?
Thanks!
nealzie
(Niels)
September 25, 2025, 2:01pm
2
Hi Niels
Our native reorder list element has some simplified options to get you started quickly.
If you want to modify it the way you intend, you will need to fork it and modify it with custom code or with help from our AI.
You can see some community members trying to do that here:
Hey all,
I’ve been working on my reorder list and have come up against two limitations I can’t seem to get around:
Select multiple items. This seems to be a feature of SortableJS but it’s not implemented in WeWeb? I’m already using a variable and can select multiple items by clicking them but if I drag them into another list only actual dragged item will “visually” move.
The ability to disable HTML5 Drag and Drop API using the SortableJS forceFallback value.
[image]
In the image abov…