You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PageSizeSelectorVisible | bool | false | ✔️ | Gets or sets the page size selector visible. | 1.8.0 |
46
46
| PaginationItemsTextFormat | string |`{0} - {1} of {2} items`| ✔️ | Gets or sets the pagination items text format. | 1.8.0 |
47
-
| RowClass | Func<TItem,string>? ||| Gets or sets the row class. | 1.6.0 |
47
+
| RowClass |`Func<TItem, string>?`||| Gets or sets the row class. | 1.6.0 |
48
48
| Responsive | bool | false || Gets or sets a value indicating whether Grid is responsive. | 1.0.0 |
49
49
| SelectionMode |`GridSelectionMode`||| Gets or sets the grid selection mode. | 1.8.0 |
50
50
| SettingsProvider |`GridSettingsProviderDelegate`||| Settings are for the grid to render. The provider should always return an instance of 'GridSettings', and 'null' is not allowed. | 1.0.0 |
@@ -76,7 +76,7 @@ Grid requires either `Data` or `DataProvider` parameter, but not both.
76
76
| Name | Type | Default | Required | Description | Added Version |
77
77
|:--|:--|:--|:--|:--|:--|
78
78
| ChildContent | RenderFragment || ✔️ | Specifies the content to be rendered inside the grid column. | 1.0.0 |
79
-
| ColumnClass | Func<TItem,string>? ||| Gets or sets the column class. | 1.6.0 |
79
+
| ColumnClass |`Func<TItem, string>?`||| Gets or sets the column class. | 1.6.0 |
80
80
| Filterable | bool | true || Enable or disable the filter on a specific column. The filter is enabled or disabled based on the grid `AllowFiltering` parameter. | 1.0.0 |
81
81
| FilterOperator | enum | Assigned based on the property type. || Gets or sets the filter operator. | 1.0.0 |
82
82
| FilterTextboxWidth | int ||| Gets or sets the filter textbox width in pixels. | 1.0.0 |
0 commit comments