Hello,
I am new to this jqx-grid and having basic idea about it.
I am just wondering that if there is some way to fill jqx grid row by row?
For example:
Suppose I am having table “Test” with 3 rows and 3 columns with data like:
1st row: A,B,C
2nd row: D,E,F
3rd row: G,H,I
And I will get data row wise like [[A,B,C],[D,E,F],[G,H,I]]
so it should render above data to jqx grid row by row through array.
Thanks in advance.