Hi Ron,
Upon a little research there is a way!
const filteredRows = table1.getDisplayedData({ includeHiddenColumns: false })
return filteredRows;
Here is the link to the post.
Hi Ron,
Upon a little research there is a way!
const filteredRows = table1.getDisplayedData({ includeHiddenColumns: false })
return filteredRows;
Here is the link to the post.