Add it into the dataTable that has a hidden column for sorting just this row
have all other rows contain 0, and the last row contain 9999
always apply the custom sort to have that hidden column applied ascending first when sorting.
@nomibzu:
Where is the data coming from?
How do you determine which row is to be displayed only on the last page?
What would be the intended result of the table being sorted?
Replies
have all other rows contain 0, and the last row contain 9999
always apply the custom sort to have that hidden column applied ascending first when sorting.
Where is the data coming from?
How do you determine which row is to be displayed only on the last page?
What would be the intended result of the table being sorted?
Allan