What is the best method to sort a list by nested fields and display a loading during updates to the list?

Hello everyone! :waving_hand:t2::smiling_face:

I think I need your help with some suggestions. Well, could you please tell me what is the best method you use to sort lists by nested fields? Should I recreate these fields as text in the entity I want to sort?

Another thing I would like to know is, what is the most appropriate method to display a loading icon while the RG is loading or when it is updated with a certain delay?

I have tried using approaches to check when the RG is loading, but that RG state does not seem to actually return the state in real time. Do you use any plugin for this, any specific method?

Thanks in advance!

There are topics in the forum covering your questions

:down_arrow:

Sort by nested fields

Sorting Repeating Group on Child Fields - #2 by adamhholmes
Sorting on child fields in Repeating Group

:down_arrow:

Loading animation while RG is loading

Loading animation while repeating group loads
How to create a repeating group loading / Lazy Loading?