- Posts: 6
- Thank you received: 0
hello,
its posible to display data randomly?
thanks
Marcelo
Please Log in or Create an account to join the conversation.
It is not made to set it directly. But if you are a little bit familiar with coding it should not be too hard to make a workaround.
The sql order by clause is generated in components/com_grid/GridBuilder.php around line 186.
MySQL syntax for random order is
ORDER BY RAND()
Please Log in or Create an account to join the conversation.