chronic-care / mcc-project

MCC eCare Plan project planning and documentation
Apache License 2.0
0 stars 1 forks source link

Investigate Angular MUI ability to collapse similar entries #388

Closed kbertodatti closed 1 month ago

kbertodatti commented 2 months ago
image.png

https://material.angular.io/components/table/examples#table-expandable-rows

kbertodatti commented 1 month ago

From @sai-kiran-r : This is for #388 eCarePlanner. We cannot nest the accordions (drop downs) inside a Table. But we can write code that will help us build this functionality. Solution is little complex, but if we are familiar how the array is flowing then this should be achievable. We need how data is flowing and parameter for segregating the rows and their individual data sets.