id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 24313,Filter Columns by View,chriscct7,,"After searching extensively for a way to do this, and discussing this with fellow WordPress developers, I believe I have found a feature that should be added to WordPress. When you make a new custom post type, if you have WordPress register a UI for it, it outputs a screen named ""All XXXX's"". Within these, WordPress automatically adds filters. So let's say I've registered a CPT called Downloads. So I can now use the built in UI for Downloads and filter the page to show just pending downloads, or just published downloads, for instance. However, the issue becomes what if you want to display a column for some views, but not others. For instance, if Downloads has a column called ""Sales"" where the number of sales of that particular download is stored, it makes no sense to show that column on Pending Downloads (since they can't have sales before being published). Currently, at least after days of trying to find a way of doing this, there is no way to do this for the tables registered by WordPress. If I make my own List_Table, then I can do this. However, there should be a way of adding columns based on filter, so that a developer who adds a column programmatically can go: {{{ if($view != pending){ // register sales column } }}} Feel free to correct me if I've overlooked a method of doing this. -Chris",feature request,new,normal,Awaiting Review,Administration,,normal,,,,