over 9 years ago
The default code of cakephp paginator sorting label.
We can change it as follows:
Explanation:
Here we can change the displayed label for CakePHP paginator:
Let say, if we want to sort course results by course_name.
This is how it is done by default cakephp paginator:
If we want to change the displayed label:
Here 'Course/Skill Name' is the label which will be displayed. course_name is the name of the column to be sorted.
0 Comment(s)