I would love if it was possible to design the repeaters more freely, like adding designs like Bootstrap Cards to them. Adding gradients and more effects on hover. I made some ideas what would be nice to do in Wix Code.
4 Likes
second that
Hi Andreas,
How can I filter my database by _owner ID and display it into a repeater?
a example code will be appreciated.
thank you,
Geo
Hey
If you use a dataset use setFiler to filter any way you want.
import wixData from 'wix-data'; // ...
let ID = "the-id-to-filter";
$w("#dataset-id").setFilter( wixData.filter()
.eq("_owner", ID)
);
Yes Please! =) I vote for this feature!