Aller au contenu principal

Ability to remove controls and default text from Results list

Planifiée

Commentaires

1 commentaire

  • Rafael Edora

    Hi Anish, I know we already discussed this, but I'll put the solution here for visibility.

    Part of this is possible by configuring these properties in the Results List component in the app.json:

    {
      "id": "results-config-1",
        "showViewModeToggle": false,
      "showFilter": false,
        "showSizeToggle": false,
      "$type": "results" // this is what to look for when
    // searching for a Results List
    // component in the app.json
    }

    There is still no way to hide the "Results: (x)" and feature menu components from the Results List.

    0

Vous devez vous connecter pour laisser un commentaire.