aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/general.rst
blob: a63ba4d9f8e657c3fc94896eb4a5248ab0e73d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. contents::
   :depth: 3
..

General functionality
=====================

The following functionality is common to all applications.

Table data export
-----------------

Every table can export its data via the '︙' button. The data, which
gets exported is the currently viewed data in the table. As the default
pagination is set to 10, only the first 10 rows or filtered rows will be
exported. To increase the number of exported rows, change the
pagination.

The behavior of the export can vary based on the browser:

a) Some browsers allow you to save the file with the predefined name
   export.csv. In case your browser does not offer this function please
   use the 'Save as...' option and define the filename with extension
   csv.

b) Some browsers save the file automatically with the alphanumeric name
   but without an extension. In such a case navigate to the downloaded
   file location and rename the file. The extension (csv) must be
   appended to the name. The result should look like 'export\_file.csv'.

Table filters
-------------

The following filters are supported by all tables based on the data type
of the column.

+------------------+-------------------------------+------------------+
| Data type        | Possible Filter               | Example          |
+==================+===============================+==================+
| Text             | Any characters or numbers,    | Test,            |
|                  | matches exactly unless a \*   | T\ *,*\ st,      |
|                  | or a ? are used. Both special | Te?t, ?est       |
|                  | characters act as wildcards,  |                  |
|                  | which can be used for         |                  |
|                  | contains, ends with and       |                  |
|                  | begins with queries. The \*   |                  |
|                  | matches any number of         |                  |
|                  | characters whereas the ?      |                  |
|                  | matches exactly one           |                  |
|                  | character. Both wildcards can |                  |
|                  | be used in the same query.    |                  |
+------------------+-------------------------------+------------------+
| Numeric          | < or <= or > or >= or exact   | >5000, 20, <=82  |
|                  | number                        |                  |
+------------------+-------------------------------+------------------+
| Boolean          | None (no filter set), true or | true, false      |
|                  | false                         |                  |
+------------------+-------------------------------+------------------+