You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently only using the material table because of the sorting functionality (that isn't yet in the CDK version). This is a bad workaround. It is discouraged to mix the styles between bootstrap and Material Deign even more by importing more components from Material Design.
Current table:
Component:
frontend\src\app\pages\exercises\exercise\shared\exercise-statistics\hospital-patients-table
Wanted Functionality:
When clicking on a patient, there should be a more detailed view of his/her properties.
This could, e.g., be achieved via expandable rows https://material.angular.io/components/table/examples#table-expandable-rows or popups.
It would be nice if the
PatientPopup
and this new feature could share some logic.The text was updated successfully, but these errors were encountered: