×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
How to change frontend default sort criteria
Jason Cooper
Nieuw lid
Posts: 1
6 jaren 8 maanden geleden #1766
door Jason Cooper
How to change frontend default sort criteria werd gestart door Jason Cooper
Hi everyone
Could someone kindly tell me how to change the frontend default sort criteria from 'ordering' to something else, for example, 'firstname' please?
So far, I've changed the frontend model to this:
// Add the list ordering clause.
$orderCol = $this->state->get('list.ordering', 'firstname');
$orderDirn = $this->state->get('list.direction', 'asc');
This works but I want to make sure I've done it correctly.
Many thanks.
Could someone kindly tell me how to change the frontend default sort criteria from 'ordering' to something else, for example, 'firstname' please?
So far, I've changed the frontend model to this:
// Add the list ordering clause.
$orderCol = $this->state->get('list.ordering', 'firstname');
$orderDirn = $this->state->get('list.direction', 'asc');
This works but I want to make sure I've done it correctly.
Many thanks.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
David Vargas
Nieuw lid
Posts: 17
6 jaren 7 maanden geleden #1777
door David Vargas
Beantwoord door David Vargas in topic How to change frontend default sort criteria
Hi, Jason!
It is totally correct, as long as the Front-End gets the ordering criteria from the Back-End.
Kind regards,
David.
It is totally correct, as long as the Front-End gets the ordering criteria from the Back-End.
Kind regards,
David.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Tijd voor maken pagina: 0.050 seconden