Flexigrid - Lightweight but rich data grid |
[eluser]adwin[/eluser]
[quote author="gtia" date="1210249404"]Hi, i've been trying to find a way to reference the flexigrid object, after it has been created but to no avail. Thanks[/quote] here I did a "modification" on flexigrid ... adding a function for calling doSearch from outside ... Code: $.fn.flexDoSearch = function(keywords) { // function to doSearch grid put those codes on flexigrid.js around line 1400 (after flexReload function) this will do manual filltering .. you don't need to add filter inside this grid object ... you can access it by calling Code: $('#flex1').flexDoSearch('yourkeywords'); Hope this solve your problem ... this is solve my question above (prev page) and solve your problems as well ... let me know if this is what you need ![]() Good luck ! ![]() in case you need the completes file, use this ... I did a modification ... adding "search" button on quick search and add function for doing search like one above http://wysmedia.com/vod/modified_flexigrid.zip ![]() |
Welcome Guest, Not a member yet? Register Sign In |