OutSystems Forge 日本語データベース

List Record Sort

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-10-28 1.0.0 Eduardo Jauch All All Components, Widgets
List Record SortにはListRecord_SortColumnウィジェットが含まれており、List_SortColumnを使用してTable Recordsと同じ方法でリストレコードをソートします。 これはページのどこでも使用できます(List Records Idが必要です)。
ListRecord_SortColumnは、Table Recordsで使用されているものとほとんど同等です。 リストレコードは通常は非伝統的な方法(テーブル)でアイテムをリストするときに使用されるため、ページ内のどこでも使用できるようにするためには、リストレコードIDをウィジェットに与える必要があります。 ウィジェットには、列のタイトルを入れるためのプレースホルダがありますが、画像やその他の要素も受け入れます。 テーブルレコードでも使用できますが、列タイトルはプレースホルダ(ListColumnTitle)に移動する必要があります。

[Overview]
List Record Sort contains the ListRecord_SortColumn widget, used to sort a List Records the same way is done for Table Records with the List_SortColumn. It can be used anywhere in the page (requires the List Records Id) .
[Detail]
ListRecord_SortColumn works pretty much the same as the one used with Table Records. In order to enable the possibility to use it anywhere in page, as List Records are usually used when one wants to list the items in a non traditional way (table), it's necessary to give the List Record Id to the widget. The widget has a Placeholder to put the column title, but it also accepts images and other elements. It also can be used in Table Records, but the column title must be moved to the Placeholder (ListColumnTitle).
戻る