Merge branch '4_table-sorting'
This commit is contained in:
@@ -119,7 +119,6 @@ function getCellValue(userstory: Userstory, header: TableHeader): string | numbe
|
|||||||
|
|
||||||
const attributes = dataStore.userstoryAttributesMap.get(userstory.id);
|
const attributes = dataStore.userstoryAttributesMap.get(userstory.id);
|
||||||
if (attributes) {
|
if (attributes) {
|
||||||
// Ключи для кастомных полей приходят как строки
|
|
||||||
const attrValue = attributes[header.attributeId.toString()];
|
const attrValue = attributes[header.attributeId.toString()];
|
||||||
|
|
||||||
if (attrValue === null) return null;
|
if (attrValue === null) return null;
|
||||||
@@ -151,4 +150,7 @@ function getCellValue(userstory: Userstory, header: TableHeader): string | numbe
|
|||||||
table thead tr th {
|
table thead tr th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
table thead tr th:hover {
|
||||||
|
background-color: var(--vt-c-black-soft);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user