- Progress Commit

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-01 16:34:31 -04:00
parent ae07f71e76
commit 1343b68cc6
3 changed files with 28 additions and 17 deletions

View File

@@ -118,6 +118,8 @@ function TaskListComponent({
dataIndex: "assigned_to",
key: "assigned_to",
width: '10%',
sorter: true,
sortOrder: sortcolumn === "assigned_to" && sortorder,
}
);
}