Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

All tables in the new user interface contain common functionalities, which are described in detail in this chapter. Each table does not have to contain all the functionalities described here, but only those that make sense. Table configuration such as e.g. order, visibility of columns, and their width is in most cases saved automatically after closing the window (it is also possible to save it explicitly).

...

Above the table, there is a panel with buttons, a search box and paging (if the table is set to page data).

...

Above the table, there is also a search box with a record search button. It can look like this:

  1.   -  if the placeholder text in the text field is currently a "search string", the search field is intended for an automatic full-text search of a part of the text in all columns of the table. When you type text in a field, only records that contain that text in at least one column (whether or not the column is visible) are automatically displayed in the table. It is possible to enter more search strings in the text field separated by space, in this case, the displayed record must contain all search strings. Of course, it is possible to use wildcards * (0-n characters) and ? (just 1 character) in strings. Filtering according to the entered text is performed directly by the table above the already loaded records (the table has completely loaded all records, even those that are not displayed). If we want to update the data in the table, it is necessary to press the search button   after the text field. This button reloads the data into the table from the server.


  2.  - if the placeholder text in the text box contains table column names (such as "object name"), the search works differently than in the previous case. Such text field allows you to search in the name of the object. In this panel, it is necessary to explicitly press the search button   after entering the search text. The reason why this panel works differently than the others is that in this case not all data is loaded into the table at once, but only the currently displayed records are read from the kernel. For this reason, filtering records for the contents of the specified string is performed by the kernel (with the limited filtering functionality on some columns, compared to the previous option, where the table searches for text in all records and columns).

    Tip

    In the case of a search field for an object name, it is also possible to search in its description using the keywords "AND" or "OR" (eg search string: *M* AND *P* searches for all objects that have the letter M in their name and in the description object is the letter P).


...

We are currently on the first page. Click on buttons 2, 3, and 725 to jump to the given page.

...

In this case, we entered page number 70. After pressing the button , the records of on page 70 will be displayed in the table.

...

  • Pin Column - allows you to pin or unpin multiple columns to the left or right edge of the table. These columns always remain visible, while the other columns remain in the center centre of the table with the horizontal scroll bar.
  • Set column width - automatically sets the column width so that the displayed column content is as visible as possible (this can also be achieved by double-clicking on the right edge of the column)
  • Hide column - the column will be hidden and will not be visible until the user re-enables visibility in the column configuration or by resetting their settings
  • Set the width of all columns - analogous to "Set column width" but the operation will be performed on all columns
  • Reset columns - reset the position, width and size of the columns to the default column settings
  • Column Configuration - displays the configuration dialog for showing and hiding columns (described above)

...

The first drop-down panel is named the currently open window, and it is impossible to manage the configuration of the entire window through it. It contains settings not only of the whole table , but also of other components in the window such as e.g. filter panel (in this case, for example, the currently selected filter is saved).

...