Title: to hide table data
Last modified: March 29, 2018

---

# to hide table data

 *  Resolved [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/)
 * Do not appear under search space. to make calls and view data.
    just look at 
   the data below after the search. Here’s how my secrets are.

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10132428)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Sorry, I don’t understand your question 🙁
 * Regards,
    Tobias
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10151823)
 * sory. ı m speak Turkish..
 * normal search : [https://image.ibb.co/m9BU7H/normal.jpg](https://image.ibb.co/m9BU7H/normal.jpg)
 * me searc :[https://image.ibb.co/kzutZx/search.jpg](https://image.ibb.co/kzutZx/search.jpg)
 * I just want to be a search box. write neat data. show me the results found in
   the table.
 * I do not show me results in the search box without writing data. only the search
   box appears. If there is a result in the table, the result is that I am looking
   for it.
 * example: like searching within the regular web.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10152638)
 * Hi,
 * ah, ok. Now I understand 🙂 For this, you could use the approach from [https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied/](https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied/)
 * Regards,
    Tobias
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10158073)
 * I installed the tablepress-datatables-inverted-filter plug-in. but I could not
   solve the problem. What I did did not happen. please help me.
 * The illustrated visual description can be a good problem solver.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10158100)
 * Hi,
 * just installing is not enough. You need to perform the steps from [https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied/#post-4272342](https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied/#post-4272342)
 * Regards,
    Tobias
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10159016)
 * I followed the steps. I deleted old codes and added new ones instead. There was
   no change. same.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10159179)
 * Hi,
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10159351)
 * ı m send email. your email adress send please.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10159442)
 * Hi,
 * it’s in the main plugin file “tablepress.php”.
 * Regards,
    Tobias
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10162348)
 * okey. I m send email.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10162547)
 * Hi,
 * thanks! I’ll take a look as soon as possible.
 * Regards,
    Tobias
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10276224)
 * Please tell me. my table code: [table id = 1 /]
 * I would add it to where.
 * `function tablepress_datatables_inverted_filter( $commands ) {
    // Only use this
   functionality on these pages: if ( ! is_page( array( ‘page-slug-1’, ‘page-slug-
   1’ ) ) ) { return $commands; }
 *  $commands = <<<JS
    $.fn.dataTableExt.afnFiltering.push( function( settings, 
   data, dataIndex ) { return ” !== settings.oPreviousSearch.sSearch; } ); {$commands}
   $( ‘.dataTables_filter’ ).find( ‘input’ ).on( ‘keyup’, function() { $( ‘.dataTables_wrapper’).
   find( ‘.tablepress’ ).toggle( ” !== $( this ).val() ); } ).keyup(); JS;
 *  return $commands;
    -  This reply was modified 8 years, 1 month ago by [kutaahya](https://wordpress.org/support/users/kutaahya/).
 *  Thread Starter [kutaahya](https://wordpress.org/support/users/kutaahya/)
 * (@kutaahya)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10276257)
 * handsome man. I am very happy 🙂 I am helped.
 * the clever secret is to click on the page and disappear and look very brief. 
   why does it do it.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10276944)
 * Hi,
 * good to hear that it’s working now!
 * It simply takes a little bit of time for the JS code to run. That’s why you see
   it briefly.
 * Best wishes,
    Tobias

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘to hide table data’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [hide table](https://wordpress.org/support/topic-tag/hide-table/)

 * 14 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/to-hide-table-data/#post-10276944)
 * Status: resolved