Capture ADP data after a sort
Content
I have a table based on ADP. After clicking the sort arrow next to one of the header fields, I have a need to capture the sorted ADP data. I have looked at the data in the console by putting the ojSort event on the table, but the data still looks like it did pre-sort. I then tried to look at the data after the ojSort event completed and it still looks like it did pre-sort. It appears like the data is getting sorted on the page but the actual data remains un-sorted.
Any idea how I might be able to capture the sorted ADP data? I know I can use javascript to sort the data myself based on the selected sort column, but I was hoping to avoid having to do that.
0