Command Bar Component

With this component you can make command bar ui easily

Configure Command Bar

Commands

  1. sap-save

    1. Config
      {
      "method": "PATCH",
      "endpoint": "PurchaseOrders(${id})"
      }
    2. Removing Fields if you want to remove list key you can use like this
      [["DocumentLines","[loop]","LineTotal"]]
      in regular way
      ['key1', 'key2', 'key3']