Skip to content

Commit fef83f6

Browse files
authored
doc(SelectTable): remove Items parameter doc (#6656)
1 parent dbb2914 commit fef83f6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@ class SelectTableMode
9999
/// <returns></returns>
100100
private AttributeItem[] GetAttributes() =>
101101
[
102-
new()
103-
{
104-
Name = "Items",
105-
Description = Localizer["AttributeItems"],
106-
Type = "IEnumerable<TItem>",
107-
ValueList = " — ",
108-
DefaultValue = " — "
109-
},
110102
new()
111103
{
112104
Name = "TableColumns",

0 commit comments

Comments
 (0)