Posts by Allan Jonatan • 11 points
2 posts
-
1
votes1
answer112
viewsA: How to page a query in Azure Cosmos DB?
Hello, maybe this library can help you Cosmonaut. It is specific to Cosmos DB and makes queries much easier, what you need is in the following implementation. .WithPagination(int pageNumber, int…
-
0
votes1
answer47
viewsA: Close modals with jquery
You can put a data-Ismiss="modal" on the button that opens your second modal, this should solve your first problem, now you can put an action on the back button to open your first modal again.…