My WebViewer app is fetching data from www-server database.
The data can be sorted in WebViewer by columns.
But after sorting, the data content does not get sorted however, it remains on the original row/record.
E.g. if we take a look at the data record which belongs to ID 4 (on row #4).
If we sort the WebViewer data according to STATUS, the ID 4 record moves to the row #2.
But the record content (which should be seen by clicking on the correspondent row), remains on the original row #4.
So as a result of sorting, rows 2 and 4 changed places in WebViewer but their contents did not.
How to get the contents inlcuded with sorting?
Should I reload the content from my www -database using either "when WebViewer.PageLoaded" or "when WebViewer.WebViewStringChange" functions?
(note:sorting is handled in the table_color_button_filter_reverse_v3.html)
I am now not quite sure whether I should fix this in the html/java script or in the AppInventor code "when WebViewer.WebViewStringChange" section?