Skip to content

Hide Entire Column But Still Filter Table #477

@avoorhees

Description

@avoorhees

First of all, love the plugin.

I have a use case where I want to hide the entire column (header,input,background of input, and row) but still need to be able to filter the table on this column. I use external buttons to filter instead of having the user type in input box.

table.tablesorter thead tr.tablesorter-filter-row input.disabled { 
    opacity: 0.5; 
    filter: alpha(opacity=50); 
}

The issue with this code is that the filter must be disabled, but I need the filter to still work, just the entire column hidden.

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions