Hello,
I would like to use JS to find out which columns are currently displayed in an interactive grid. And from all selected rows, these values/cells should be used for calculations in JS.
I've already found out how to access cells and rows, but it also gives me the values of cells that the user has hidden.
Any hints?
Thanks