Skip to content

Commit 22dc9b0

Browse files
xristianstefanovxristianstefanov
authored andcommitted
chore(ListView): apply changes as per comments
1 parent d0da591 commit 22dc9b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/listview/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ The table below lists the ListView parameters. For a full list of the ListView A
106106
| `Page` | `int` <br /> (`1`) | The current page of the ListView component. |
107107
| `Pageable` | `bool` <br /> (`false`) | Determines if the ListView allows paging. |
108108
| `PageSize` | `int` <br /> (`10`) | The number of items to display per page in the ListView. |
109-
| `TItem` | `Type` | The ListView model type. Although the compiler can usually infer the type from the `Data` parameter, you can set `TItem` for [simpler syntax in the event handler declarations]({%slug listview-events%}). |
110109
| `Width` | `string` | The `width` style of the component in any [supported CSS unit]({%slug common-features/dimensions%}). The default ListView dimensions depend on the CSS theme. |
111110

112111
## Next Steps

0 commit comments

Comments
 (0)