Skip to content

Commit 854ef88

Browse files
committed
docs: fix documentation for interface DataStoreProvider
1 parent fb6b1bb commit 854ef88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/mat-datatable-lib/src/interfaces/datastore-provider.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface Page<T> {
6767
export interface DataStoreProvider<T> {
6868
/**
6969
* Fetching data from the datastore respecting sorting and filtering.
70-
* @param row - row to get the index for
70+
* @param rowsRange - object with definition of rows to get the index for
7171
* @param sorts - optional array of objects with the sorting definition
7272
* @param filters - optional array of objects with the filter definition
7373
* @returns observable emitting a Page<T> object

0 commit comments

Comments
 (0)