Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] How go through all the rows of the Table Records

$
0
0

Hello.

How I can go through all the rows of the Table Records from JS. For example, this snippet returns false


SyntaxEditor Code Snippet

"<script>
var x = setInterval(function() {
    let table = $('#" + TestTimerTable.Id + "'); 
    if(table.rows[0] != null) 
    {
        alert('true')
    } else {
        alert('false');
    }
}, 1000);
</script>"

Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>