Flexigrid - Lightweight but rich data grid |
[eluser]adwin[/eluser]
[quote author="JUANITO26" date="1215784787"]somebody knows as it is possible to be made several fields search? to see example http://www.solured.es/5/prueba.jpg Mucha Gracias Amigos.[/quote] Yes it is possible ... open your flexigrid.js and search for this line "$(g.sDiv).append("<div class='sDiv2'>Quick Search <input type='text' size='30' name='q' class='qsbox' /> <select name='qtype'>" ... you can add your own input and button over there. after that you can assign bind onclick for each new button/input box you added. mine was like this Code: $(g.sDiv).append("<div class='sDiv2'>Quick Search <input type='text' size='30' name='q' class='qsbox' /> <select name='qtype'>"+sopt+"</select> <input type='button' value='Search' /><input type='button' value='Clear' /></div>"); I add search button in case the user don't know that he just need to press [return] lol ![]() |
Welcome Guest, Not a member yet? Register Sign In |