Pretty much what the title says. I have a button on screen, when I click it I call a function, inside the function I create an arraylist and I want to populate it by pulling the numeric values that are found in the first column of my filtered table.
I played around with table.column( 1 ).data() & table.row( 1 ).data() functionality but with no luck, I'm sure this is not difficult but I'm completely stumped on this. Any suggestions?
FYI - I'm using 1.10.2