Webviewer WebViewStringChange return value

I am retrieving data frmo database to AppInventor Webviewer component which has been structured with table.html (which is presented in AI2 forum).
What confuses me is that Webviewer WebViewStringChange control’s return parameter “value” sometimes returns the data row index and sometimes the whole data row as comma separated fields.
1st question: is there any explanation for such a behaviour?
2ns: question: currently I have managed in returning always the whole data row only, fields separated with comma. But somehow I havent managed to create another list from that data row by splitting it with comma. My code just ignores the comma separator in split function. Is the comma (,) somehow evaluated separately in AppInventor?? Can anyone help?
kuva

kuva

kuva

kuva

I always get the below error. Not sure whether it is also dependent on the style formatting in the table.html?

A post was merged into an existing topic: Conditional colorizing in WebViewer table.html