We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6b1bb commit 854ef88Copy full SHA for 854ef88
1 file changed
projects/mat-datatable-lib/src/interfaces/datastore-provider.interface.ts
@@ -67,7 +67,7 @@ export interface Page<T> {
67
export interface DataStoreProvider<T> {
68
/**
69
* Fetching data from the datastore respecting sorting and filtering.
70
- * @param row - row to get the index for
+ * @param rowsRange - object with definition of rows to get the index for
71
* @param sorts - optional array of objects with the sorting definition
72
* @param filters - optional array of objects with the filter definition
73
* @returns observable emitting a Page<T> object
0 commit comments