Tables

Most tables offer the following common functions:

Sorting Values In a Column

When it is possible to sort the values in a column, a control button is provided for you near the name of the column:

../_images/table_sortable_column.png

Indicates that the values in this column are sortable

../_images/table_column_descending.png

Indicates that the values in this column are sorted in descending order

../_images/table_column_ascending.png

Indicates that the values in this column are sorted in ascending order

If the values in a column are not sortable, then no control button is provided:

../_images/table_unsortable_column.png

Indicates that the values in this column are not sortable

Pagination

Tables do not show all of the items. The User interface offers controls to see more results when these controls are used.

../_images/table_pagination_itemsperpage.png

The users are able to view 20, 50 or 100 items on the current page.

../_images/table_pagination_numbers.png

The users can change the current page by clicking to a page number.

../_images/table_pagination_prev_next.png

The users are able to switch to previous or next page.

Reordering Columns

Table columns can be reordered:

../_images/table_controls_trigger.png

The users are able to open the table controls menu by clicking this

../_images/table_controls_menu.png

The users are able to open the table controls menu by clicking this

The table field organizer is presented for table customization:

Table field organizer

Table fields can be organized using the following controls:

../_images/table_column_drag_button.png

By clicking and dragging this button, users are able to change the appearance order of the columns.

../_images/table_column_visible.png

When a table column is visible, it is represented as open eye icon and clicking it will hide the column.

../_images/table_column_hidden.png

When a table column is hidden, it is represented as closed eye icon and clicking it will show the column.