- Posts: 9
- Thank you received: 0
Offering this option would be great, but I'm not quite sure how (your help is unbelievably appreciated).
I clicked on "Show Search Form" in the admin side to Grid. But where would I put the search function?
Am I coding in php to get this to work? If so, where would I link a form to choose to the actual grid? Where is the relevant grid code located in my folders?
Please Log in or Create an account to join the conversation.
sdwek wrote:
You need to find the function "searchForm" in GridBuilder.php.
You need to add a button there where "onClick" you will call a function. You need to write this function in a javascript file.
You may use "style.display" with elements. style.display take values like none, table-cell, etc.
Please Log in or Create an account to join the conversation.