Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
hi all,

i have:

Code: Select all
   <cms:config_list_view limit='250' sortable="1" orderby='page_name' searchable='1' order='asc' >

         <cms:field 'k_selector_checkbox'/>

         <cms:field 'k_page_title' />
         <cms:field 'continent' header='Continent' />
         <cms:field 'countrie_name_en' header='In english' />

         <cms:field 'country' header='Cities count' sortable='1'>
            <cms:reverse_related_pages 'country' masterpage='cities.php' limit='1' count_only='1' skip_custom_fields='1'>
               <cms:show k_total_records />
            </cms:reverse_related_pages>
         </cms:field>

         <cms:field 'k_actions' />

   </cms:config_list_view>


where field 'country' is sortable and show cities count in country

in admin panel i have this: https://prnt.sc/j6caa3

if I want to sort by 0-9 or 9-0, it not works http://prntscr.com/j6cbek
Code: Select all
<cms:template title='Countries' order='2' clonable='1'>
<cms:editable type='reverse_relation' name='country' masterpage='cities.php' advanced_gui='1' order='10' search_type='integer' />


with search_type='integer' not works too, sorting is not correct:

screenshots:
0-9: http://prntscr.com/j6chbs
9-0: https://prnt.sc/j6chip
2 posts Page 1 of 1