How to Remove List view some field sorting links.?

I want to Remove Listview Sorting link from some fields..

for example- if I have Name ,Email,Class, program, Cources So i want to Remove clicable sorting link from class abd program....

Any One help me ...

Thankz

Parents
  • Hi MK Gupta,

    We can remove sortable option by add one parameter in field array in list.php in below path

    custom/modules/<customModuleName>clients/base/views/list/list.php

    Search for array for your field

    Add sortable=>false into that array.

    Perform repair and rebuild.

    Hope this helps.

Reply
  • Hi MK Gupta,

    We can remove sortable option by add one parameter in field array in list.php in below path

    custom/modules/<customModuleName>clients/base/views/list/list.php

    Search for array for your field

    Add sortable=>false into that array.

    Perform repair and rebuild.

    Hope this helps.

Children
No Data