Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request for method to retrieve value of filter #45

Closed
louking opened this issue May 9, 2014 · 1 comment
Closed

request for method to retrieve value of filter #45

louking opened this issue May 9, 2014 · 1 comment

Comments

@louking
Copy link
Contributor

louking commented May 9, 2014

I think code should be similar to the following

   function exFilterValue(table_arg, column_number) {
            var table_selector_jq_friendly;
            table_selector_jq_friendly = yadcf.generateTableSelectorJQFriendly(table_arg.selector);
            return $("#yadcf-filter-" + table_selector_jq_friendly + "-" + column_number).val();
        }
    });
vedmack added a commit that referenced this issue Jun 1, 2014
…array of objects / code optimizations / bug fix.

#45
#48
#49
@vedmack
Copy link
Owner

vedmack commented Jun 1, 2014

added in 0.7.2 read docs for more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants