Initialization Option Author API

status

Controls whether the Item status icons are shown in the Item list view.

You would want to use this to hide the status icons for Items.

Examples

// Hide the Item status icons
var initializationOptions = {
    "config": {
        "item_list": {
            "item": {
                "status": false
            }
        }
    }
};

Values

Request object key config.item_list.item.status

Default: true

Type boolean

Related articles

Was this article helpful?