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