How to break forEachRow in DHTMLXGrid? I already used “break” & “return” statement but the loop still continue to iterate over the rows.
Unfortunately it is not available to stop iterating through the rows of the forEachRow function.
Using the “return” you may only avoid executing the code of the forEachRow function for the row.