i am trying to make a grid view from a data model and that data model contains some text. I have a search box by which i want to hide data and show with proper indexing so that UI looks in proper manner .. is there any property of grid view or qml.
I guess , you should develop your model in C++ and register it with qml.
Doing complex things like searching and sorting in qml could cost you performance.