cancel
Showing results for 
Search instead for 
Did you mean: 

exclude tableView line from sorting (sum line)

daniel_humberg
Contributor
0 Kudos

I would like to add a line to my htmlb:tableView showing the sums of some of the columns. When I add the line to the internal table, how can I prevent that the user sorts the tableView (which he should be able to do) and the sum-line is not at the end of the table anymore?

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

You have to set sort to application.

when use clicks on header you have to move the actual lines to another itab sort it and then append the total line and copy it back to the old itab.

Regards

Raja