-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAH-3024 | Sort columns in the Patient Search Queue tabular view
* add. sort logic for clinical tabular view * fix. tests for patient list * fix. styles and linting issues * update. link for Patient ID to jump to dashboard * update. date sort functionality in clinical list view * Arjun | BAH-3024 | [Bug] sorting for date of birth and visit time is faulty (#616) * Arjun | BAH-3024 | fix. linting and alignment issues (#619) * refactor. override table column ignore list and identifier column * refactor. move constants to configs * Parvathy | BAH-3024 | Add. Test Cases For sortVisiblePatientsBy * BAH-3024 | Arjun | Feedbacks on config names and possible values * BAH-3024 | Arjun | Fix. namings for config in tests * BAH-3024 | Arjun | Test faliures due to mock updates --------- Co-authored-by: Kavitha S <[email protected]> Co-authored-by: parvathy00 <[email protected]>
- Loading branch information
1 parent
df7510f
commit 026376f
Showing
5 changed files
with
212 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,10 @@ | |
padding: 10px; | ||
} | ||
} | ||
|
||
.sortIcons { | ||
float: right; | ||
} | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters