Skip to content

Filter data in input field #6

@stoneface

Description

@stoneface

The data I'm trying to filter is in a form input field inside a table row. uitablefilter seems to ignore it. Is there a workaround?

Activity

gregwebs

gregwebs commented on Dec 5, 2012

@gregwebs
Collaborator

The source is pretty small. You can probably change this line: https://github.com/gregwebs/jquery-uitablefilter/blob/master/jquery.uitablefilter.js#L31

stoneface

stoneface commented on Dec 5, 2012

@stoneface
Author

Thanks for the quick reply. What would I change it to?

gregwebs

gregwebs commented on Dec 5, 2012

@gregwebs
Collaborator

Probably you need to add something like + elem.find('input').val().

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Filter data in input field · Issue #6 · code-lts/jquery-uitablefilter