104105106107108109110111112113114
SortFeature sortFeature = (SortFeature) table.getFeature(DataTableFeatureKey.SORT); if(table.isMultiSort()) sortFeature.multiSort(context, table); else sortFeature.singleSort(context, table); table.setRowIndex(-1); } if(table.isPaginator()) {