How to hide “current cell” in RP group? I tried using custom states but I haven’t found anything.
I’m recreating indeed.com so that when a user clicks on the dislike button it will hide the current cell. Anyone knows?
You just need to remove the item from the RG datasource.
How you do that depends on the datasource, and your database structure.
It’s just to hide it. Not delete it.
Yes exactly.
I have no idea how to do that? Anyone willing to teach me or show me a tutorial?
You just need to remove the item from the RG datasource.
How you do that depends on the datasource, and your database structure.
As adamhholmes mentioned, you have to configure your database that display the ‘job listings’ with a yes/no or a list of things (for more granular control) and then you filter that list conditions to show like/disliked.
The moment the user clicks to dislike, make changes to both user and lists (suggestion here) to add to disliked list or turn yes/no. That way, the RG list won’t show the one that the user selected.
“Multiple ways to skin a cat”