[ACS-6031] Css classes added for maintaining minimum width in column header (#3523)

This commit is contained in:
pkunduGL 2023-11-17 23:37:24 +05:30 committed by GitHub
parent d2a4da13ea
commit 7f256b2284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2135,7 +2135,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date", "type": "date",
"format": "timeAgo", "format": "timeAgo",
"class": "adf-ellipsis-cell", "class": "adf-ellipsis-cell adf-no-grow-cell",
"sortable": true, "sortable": true,
"desktopOnly": true, "desktopOnly": true,
"order": 40 "order": 40
@ -2320,7 +2320,7 @@
"sortingKey": "modifiedAt", "sortingKey": "modifiedAt",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date", "type": "date",
"class": "adf-ellipsis-cell", "class": "adf-ellipsis-cell adf-no-grow-cell",
"format": "timeAgo", "format": "timeAgo",
"sortable": true, "sortable": true,
"desktopOnly": true, "desktopOnly": true,
@ -2408,7 +2408,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date", "type": "date",
"format": "timeAgo", "format": "timeAgo",
"class": "adf-ellipsis-cell", "class": "adf-ellipsis-cell adf-no-grow-cell",
"sortable": true, "sortable": true,
"desktopOnly": true, "desktopOnly": true,
"order": 50 "order": 50
@ -2472,7 +2472,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date", "type": "date",
"format": "timeAgo", "format": "timeAgo",
"class": "adf-ellipsis-cell", "class": "adf-ellipsis-cell adf-no-grow-cell",
"sortable": true, "sortable": true,
"desktopOnly": true, "desktopOnly": true,
"order": 50 "order": 50