I'm new to Yii2 framework.
I have this Business view page like this..
Where for now a user can sort with all the four i.e business name, address, contact number and created date. I want to disable the sorting option for address and contact number. I found some options like 'sort' => false, but did not understand in which part of the code I should use it. Should I have to include the code in models? or controllers? or in the forms? Please help. Any guidance will be greatly appreciated.
'enableSorting' => false,