For every angular grid, angular generates the column index(hex number), which is appended to the class attribute of the tag.
So we can access the cell value with the same class attribute and iterate through all the rows for the web table column.
Hope this helps!