[ACS-5613] process preview on popup displaying the details of selected running process on the popup (#8933)

* ACS-5613 Renamed name column header for process details

* ACS-5613 Change order of columns based on order property

* ACS-5613 Added some unit test

* ACS-5613 Added unit tests

* ACS-5613 Added documentation

* ACS-5613 Fixed e2e

* ACS-5613 Fixed e2e

* ACS-5613 Fixed e2e

* ACS-5613 Fixed e2e

* ACS-5613 Fixed e2e
This commit is contained in:
AleksanderSklorz
2023-09-28 10:44:07 +02:00
committed by GitHub
parent ed0dd094b4
commit 094acf77ce
14 changed files with 72 additions and 58 deletions

View File

@@ -60,6 +60,7 @@ Defines column properties for DataTable, Tasklist, Document List and other compo
| srTitle | `string` | | Title to be used for screen readers. |
| title | `string` | "" | Display title of the column, typically used for column headers. You can use the i18n resource key to get it translated automatically. |
| type | `string` | "text" | Value type for the column. Possible settings are 'text', 'image', 'date', 'fileSize', 'location', and 'json'. |
| order | `number` | | Sets position of column. |
## Details