We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e0b53f + aeb99db commit 9938c29Copy full SHA for 9938c29
aspnetmvc/Autocomplete/MultiColumn.md
@@ -49,9 +49,10 @@ The following steps explain the configuration of the Multiple Columns for an Aut
49
50
.MultiColumnSettings(obj => obj.Enable(true).Columns(obj1 =>
51
{
52
- obj1.Field("uniqueKey").HeaderText("Unique Key").Add();
53
- obj1.Field("text").HeaderText("Text").Add();
54
- }).ShowHeader(true).SearchColumnIndices(new List<int> { 0,1,2,3 }).StringFormat("{0}"))
+ obj1.Field("EmployeeID").HeaderText("EmployeeID").Add();
+ obj1.Field("FirstName").HeaderText("FirstName").Add();
+ obj1.Field("City").HeaderText("City").Add();
55
+ }).ShowHeader(true).SearchColumnIndices(new List<int> { 0,1,2 }).StringFormat("{0}"))
56
57
</div>
58
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments