refreshDatasource method
void
refreshDatasource()
This method triggers getRows() requesting same rows as the last time and intitaite update workflow (and thus rebuilding of AsyncPaginatedDataTable2 attached to this data source). Can be used for sorting
Implementation
void refreshDatasource() {
_fetchData(_prevFetchSratIndex, _prevFetchCount);
}