Property description

The defaultSort property defines the default column and direction used to sort the rows.

Minimal JSON

{
  "predicate": ""
}
{
  "predicate": "objectProperty.#objectName",
  "reverse": true
}

Nested properties

PropertyDescriptionValesMandatory
predicateDefault column used for sorting the table. The predicate usually references both the column type and its value in the following format type.assetTypeKey. See the table below for supported combinations. If your column has numerical values, make sure to assign the is_number feature to the attribute.string*Yes
reverseDetermines whether the table is sorted in the reverse (descending) order.booleanNo

Supported predicate values

Column typePredicate formatExample predicate
attributeTypeKeyThe following formats are supported: attributeTypeKey.[attribute_type_key], attributeTypeKey.#[attribute_type_key]`attributeTypeKey.core_description
externalKeyPredicate has no type.objectURL
objectPropertyobjectProperty.#[property_key]objectProperty.#objectName
relationTypeKeyrelationTypeKey.[relation_type_key]relationTypeKey.core_related
userRelationTypeKeyuserRelationTypeKey.[user_relation_type_key]userRelationTypeKey.core_steward