Commit cee1167 1 parent 9246582 commit cee1167 Copy full SHA for cee1167
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ The component is generic; the given type is used to define the object for the ro
264
264
265
265
| Name | Description |
266
266
|------|-------------|
267
- | ` filterDefinitions : FieldFilterDefinition \ <T >[]` | Gets / sets the current filter definition. |
267
+ | ` filterDefinitions : FieldFilterDefinition <T >[]` | Gets / sets the current filter definition. |
268
268
| | |
269
269
270
270
##### **Methods**
@@ -287,7 +287,7 @@ The component is generic; the given type is used to define the object for the ro
287
287
288
288
#### DataStoreProvider
289
289
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 .
291
291
The component is generic; the given type is used to define the object for the row data.
292
292
293
293
##### **Methods**
@@ -339,7 +339,7 @@ Interface for the definition of the sorting of 1 table column.
339
339
| ` direction : SortDirection ` | The direction used to sort the column. |
340
340
| | |
341
341
342
- #### Page
342
+ #### RequestRowsRange
343
343
344
344
Interface defining the properties of a requests for a range of rows.
345
345
@@ -351,7 +351,7 @@ Interface defining the properties of a requests for a range of rows.
351
351
| ` numberOfRows : number ` | The number of rows to return. |
352
352
| | |
353
353
354
- #### RequestRowsRange
354
+ #### Page
355
355
356
356
Interface defining the properties of a page of rows returned from the datastore.
357
357
@@ -376,7 +376,7 @@ The alignment of the content of a column
376
376
377
377
| |
378
378
|------|
379
- | type ColumnAlignmentType = "left" | "center" | "right"; |
379
+ | type ColumnAlignmentType = "left" \ | "center" \ | "right"; |
380
380
| |
381
381
382
382
#### FieldFilterDefinition
You can’t perform that action at this time.
0 commit comments