Custom sort in DHTMLXgrid

Hello,

We use DHTMLXgrid to display project related details in our application. We display in the below fashion based on the search criteria, is there a way to sort only the “project name” without changing the order of its child?

Project 1 Name
Project 1 Type
Project 1 child-1
Project 1 child-2
Project 1 child-3
Project 2 Name
Project 2 Type
Project 2 child-1
Project 2 child-2

Thanks

You may try to create your custom sorting type with the required logic:
docs.dhtmlx.com/doku.php?id=dhtm … om_sorting