protected async Task SearchData() { currentPage = 1; await table.WithLoadingAsync(async() => await LoadDatas()); }
protected async Task SearchData(bool MustRefresh = false) { currentPage = 1; await table.WithLoadingAsync(async() => await LoadDatas(MustRefresh)); }