Hello Vincent,
Sorry, not yet. Working on it.
Hello Vincent,
Sorry, not yet. Working on it.
Hello Vincent,
Sorry for delay. 300 contacts are too much, and you definitely can't display them on the page. You should use pagination (display 20-30 contacts on the page), with the ability to move next/prev page.
Hi Evgene,
How can I use pagination? As it is a built-in component, I don't see how to paginate...
Thanks,
Hi Vincent,
Currently there is no buildin pagination component in Appery.io.
But you can use any pagination logic you like.
Here is an example tutorial with pagination logic:
http://devcenter.appery.io/tutorials/...
Regards.
Hi guys,
Thank you for your help.
We are now trying to have only the search bar -- we don't display all the contacts on the same page as proposed.
We search only if there are more than 2 characters in the query.
But we have a bug with contacts that show up even if they don't match the searched query (see screenshot).
Any ideas on how to fix this?
Hi Vincent,
Please show us how do you filter these items.
Do you filter it with "data filter"? http://prntscr.com/4ei7at/direct
Or implement some other custom logic for it? If so please show us how do you implement it.
Regards.