Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
連絡先にリンクするカスタム モジュールに関連フィールドがあります。このフィールド ( ) の並べ替えを有効にすると、連絡先listviewdefs.php: sortable=>trueのフィールドを使用して並べ替えが正しく機能します。name
listviewdefs.php: sortable=>true
name
last_nameで並べ替えて、first_name代わりに で並べ替えるにはどうすればよいですか?
last_name
first_name
first_nameとlast_name両方が db フィールドの場合、名前フィールド ( listviewdefs.php: sortable=>true) と同様にリストビューに並べ替えを適用できます。このコードを追加するだけです
first_name' => array( 'query_type'=>'default'), 'last_name' => array( 'query_type'=>'default'),
searchFields.phpファイルで。
searchFields.php