A resultset parser must be implemented in order to receive a bi-dimensional array
i.e. [[a,b,c,d,e],[a,b,c,d,e]] and parse it to the json that the component expects.
It has also to be considered changing the way that the component receives this dataset, so the parser doesn't have so much work to do.
A resultset parser must be implemented in order to receive a bi-dimensional array
i.e. [[a,b,c,d,e],[a,b,c,d,e]] and parse it to the json that the component expects.
It has also to be considered changing the way that the component receives this dataset, so the parser doesn't have so much work to do.