Filtering Data Source in table

Hello Team,

Let us take an example. Assume, I have a type Doctor and it has a related type patient. So now I have a attribute List patient defined in the Doctor type.
So now in Doctor Edit form, I want to show the patients. So we can have a table mapped to the data collection

How ever I want to have 3 tables. In first I would want to show Cardiology patients, second with fractures and third with something else.
I would have added all types of patient in the List. So can I use the same patientDc in all 3 table, but filter on its type attribute.
Please help with ways or alternate ways of achieving this?

Thanks,
Prashanth

Hello @prashanth

You can use three different collection containers and install custom data loaders to perform filtering. Please read or documentation for further information: Data Loaders

Regards