view grid as matrix

Hello dhtmlx

I’ve created a datastore with:

ID, Mother, Father, year
1,A,A,1
2,A,B,0
3,A,C,1
4,B,A,1
5,B,B,1
6,B,C,1
7,C,A,0
8,C,B,1
9,C,C,0
I can see it in a normal grid on a page.
I want to show it as a matrix:
A|B|C
A|1|0|1
B|1|1|1
C|0|1|0
Is it possible to do it in dhtmlx, or do I have to change it in PHP before it goes in datastore

Regards,
Laurens

Unfortunately there is no such ready functionality.
You will have to reform your data in the needed format before the loading to the grid.