Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Individual column filtering #7

Open
@walliby

Description

@walliby

This may be more of a general datatables question but I am not finding any resolution in the datatables docs. I am not having any luck getting individual column filtering to work.

This works to filter the whole table...
$('select#association').change( function() { oTable.fnFilter( $(this).val()); } );

But this does not work to filter only my 2nd column...
$('select#association').change( function() { oTable.fnFilter( $(this).val(), 1); } );

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions