Skip to content

Commit cee1167

Browse files
committed
docs: fix errors in readme
1 parent 9246582 commit cee1167

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The component is generic; the given type is used to define the object for the ro
264264
265265
| Name | Description |
266266
|------|-------------|
267-
| `filterDefinitions: FieldFilterDefinition\<T>[]` | Gets / sets the current filter definition. |
267+
| `filterDefinitions: FieldFilterDefinition<T>[]` | Gets / sets the current filter definition. |
268268
| | |
269269
270270
##### **Methods**
@@ -287,7 +287,7 @@ The component is generic; the given type is used to define the object for the ro
287287
288288
#### DataStoreProvider
289289
290-
Component to create an angular material table based datatable.
290+
Interface for a component that fetches data from the datastore respecting sorting and filtering.
291291
The component is generic; the given type is used to define the object for the row data.
292292
293293
##### **Methods**
@@ -339,7 +339,7 @@ Interface for the definition of the sorting of 1 table column.
339339
| `direction: SortDirection` | The direction used to sort the column. |
340340
| | |
341341
342-
#### Page
342+
#### RequestRowsRange
343343
344344
Interface defining the properties of a requests for a range of rows.
345345
@@ -351,7 +351,7 @@ Interface defining the properties of a requests for a range of rows.
351351
| `numberOfRows: number` | The number of rows to return. |
352352
| | |
353353
354-
#### RequestRowsRange
354+
#### Page
355355
356356
Interface defining the properties of a page of rows returned from the datastore.
357357
@@ -376,7 +376,7 @@ The alignment of the content of a column
376376
377377
| |
378378
|------|
379-
| type ColumnAlignmentType = "left" | "center" | "right"; |
379+
| type ColumnAlignmentType = "left" \| "center" \| "right"; |
380380
| |
381381
382382
#### FieldFilterDefinition

0 commit comments

Comments
 (0)