| Name |
Type |
Description |
| TableItem |
Generic argument |
|
| AllowSelection |
Boolean |
Specifies weather you can select a single row. |
| ApiUrl |
String |
Specifies the API Url form for the table data |
| Attributes |
Dictionary<String,Object> |
Gets or sets a collection of additional attributes that will be applied to the created element. |
| Class |
String |
Specifies one or more classnames for an DOM element. |
| CurrentPage |
Int32 |
The current page, starting from one. |
| CurrentPageChanged |
Action<Int32> |
|
| DebounceMilliseconds |
Int32 |
Specifies the delay duration between user input on the Search Term Field. Default 800 |
| Descending |
Boolean |
|
| DescendingParamName |
String |
|
| FilterByColumnName |
String |
Specifies which column is used for the filter / search term. If this is populated the Search Textbox will be visible. |
| HeaderRowClass |
String |
Specifies a custom class for the MatTableHeader row |
| Id |
String |
|
| Items |
IEnumerable<TableItem> |
Specifies the data for the table. |
| LoadInitialData |
Boolean |
Specifies where to Load the Initial Table Data |
| MatTableHeader |
RenderFragment |
The table header |
| MatTableRow |
RenderFragment<TableItem> |
Renders the list of items within the table |
| OnRowDbClick |
EventCallback<Object> |
Action to execute on row item |
| PageLabel |
String |
|
| PageParamName |
String |
|
| PageRecordCountLabel |
String |
|
| PageSize |
Int32 |
The number of rows per page. |
| PageSizeChanged |
Action<Int32> |
|
| PageSizeParamName |
String |
|
| PageSizes |
PageSizeStructure[] |
Not Functioning |
| PagingDataPropertyName |
String |
|
| PagingRecordsCountPropertyName |
String |
|
| RefBack |
ForwardRef |
|
| RequestApiOnlyOnce |
Boolean |
Specifies whether to Request the API only once. |
| RowClass |
String |
Specifies a custom class for the MatTableRow |
| SearchTermFieldLabel |
String |
Specifies the Label for the Filter / Search Term Textbox |
| SearchTermFieldPlaceHolder |
String |
Specifies the Placeholder for the Filter / Search Term Textbox |
| SearchTermParamName |
String |
|
| SelectionChanged |
Action<Object> |
|
| ShowFooter |
Boolean |
Specifies the Table Footer visibility. |
| ShowPaging |
Boolean |
Specifies the Paging visibility |
| SortBy |
String |
|
| SortByParamName |
String |
|
| Striped |
Boolean |
Determines if table has alternating color rows. |
| Style |
String |
Specifies an inline style for an DOM element. |
| UseSortHeaderRow |
Boolean |
Allows the header row to be sorted |
| Ref |
ElementReference |
Returned ElementRef reference for DOM element. |