Section

Section can display some sections, available in the End view.

image image

This widget allows to add and display the following sections over the objects:

For the Documents section, reverse sorting of documents can be set using CSS. To do this, it is necessary to specify in the section Parameters - Styles of the object:

.docs.table .js-tbody {
    display: flex;
    flex-direction: column-reverse;
}

.docs.table tr {
    display: flex;
}

.docs.table tr td {
    flex: 1;
}