- Posts: 1
- Thank you received: 0
Is there some way to do validate search form with a not empty condition? i dont need to show all my grid. and when i click the search and nothing is in the search form this show everything in the grid.
Thanks a lot,
Please Log in or Create an account to join the conversation.
Hi,
If you use Exact Search as Default Search Option together with Display Data after Submit, you will get such behavior.
If you do not ont to use the combination above you have to do some modifications in components javascript or php code.
For javascript modification you can check function searchjx() in components/com_grid/js/grid.js
Please Log in or Create an account to join the conversation.