Aller au contenu principal

Is there a way to group results by default?

Répondu

Commentaires

2 commentaires

  • Patrick Fingler

    Hi Marina,

    Yes, this is possible by assigning the following commands to the Application Initialized event.  In the example below I also set the compact mode by default as well. 

    [
        {
            "name": "ui.set-density",
            "arguments": "compact"
        },
        {
            "name": "results.set-list-view-mode",
            "arguments": "grouped"
        }
    ]
     
    You can see an example of this in the following sample app package:
    https://community.vertigis.com/hc/en-us/articles/4666866718610-VertiGIS-Studio-Web-Sample-Package
    5
  • Marina Bösche

    Great! That's exactly what I want. Thanks, Patrick! Is there also a way to hide or delete the two buttons for grouping and compact/standard view in the result list?

    -1

Vous devez vous connecter pour laisser un commentaire.