OutSystems Forge 日本語データベース

Multi Sort

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

Forge英文サイト

2017-03-16 1.0.0 Masanori Yamada 10.0.200.0 All All Components, Widgets
テーブルレコードを複数の列でソートします。 (IE 11、Chrome 56.0.2924.87、Firefox 50.0b1テスト済み)
-(グーグル翻訳)- 1.ソートするテーブルレコードの下に置きます。 2.プレースホルダに入力ウィジェットを配置し、OrderBy句として使用する変数を指定します。 3.集計の動的ソートで、変数を2で指定します。 4.ヘッダーの拡張プロパティーにdata-sort属性を追加し、ソートする列名を指定します。  例)Data-sort = {Entity}. [Attribute] 5.ソート条件をリセットする場合は、ResetMultiOrderByサーバーアクションをAjax Submit内で呼び出します。

[Overview]
Sort table records by multiple columns. (Tested... IE 11, Chrome 56.0.2924.87 ,Firefox 50.0b1)
[Detail]
Place it under Table Records to be sorted. Place an Input Widget in the Placeholder and specify the variable to be used as the OrderBy clause. In the Dynamic Sort of Aggregate, specify the variable in 2. Add the data-sort attribute to the Extended Properties of the header and specify the column name to be sorted. Ex. Data-sort = {Entity}. [Attribute] If you want to reset the sort condition, call ResetMultiOrderBy Server Action within Ajax Submit.
戻る