I would like to see the end of the table instead of the beginning when the table is loaded for the first time. How can I achieve that?
I know that I can call scrollRecordIntoView(dsResponse.totalRows - 1, true) once the table is already loaded...
I know that I can call scrollRecordIntoView(dsResponse.totalRows - 1, true) once the table is already loaded...