Title: Info and customizations plugin
Last modified: August 31, 2016

---

# Info and customizations plugin

 *  Resolved [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/)
 * Hello,
    please 2 questions: 1) the plugin have any limitations? When I try to
   import tables of about 3000 rows freezes the import, how do I fix?
 * 2) In the article it is possible to appear only the results of search and not
   the entire table?
 * Thanks a lot and congratulations for the plugin 😉
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Thread Starter [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223685)
 * The one point is now ok, please how i resolve second point:
 * 2) In the article it is possible to appear only the results of search and not
   the entire table?
 * Thanks a lot 😉
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223701)
 * Hi,
 * thanks for your post, and sorry for the trouble as well as for the late reply.
   I’ve been on holidays and therefore couldn’t reply earlier.
 * Which search do you mean here? The search above the table only shows the matching
   results. For a different filtering, you could also take a look at [https://tablepress.org/extensions/row-filter/](https://tablepress.org/extensions/row-filter/)
 * Regards,
    Tobias
 *  Thread Starter [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223705)
 * Hi Tobias,
    thanks a lot for your response.
 * Here’s what I’d need exactly.
    For example if you are looking for these codes
   in the rows of the tables: 92345 92654 92785 92784 I wish that I appear only 
   the table row that has for example the 92785 code and do not appear all codes
   if I start writing in the search box 92… Now if i write 92 appear all rows with
   the 92 initial code.
 * I hope I was clear.
 * I await your solution, thank you 😉
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223706)
 * Hi,
 * I see what you mean. You could then check out the TablePress Extension [https://tablepress.org/downloads/extensions/tablepress-datatables-search-enter.zip](https://tablepress.org/downloads/extensions/tablepress-datatables-search-enter.zip)
   
   Just install and activate that and extend the used Shortcode to
 *     ```
       [table id=123 datatables_search_enter=true /]
       ```
   
 * After that, searching will only be done after pressing “Enter”.
    (A user can 
   still search for “92” and see all entries however.)
 * Regards,
    Tobias
 *  Thread Starter [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223711)
 * Ok perfect Tobias,
    now is much better;)
 * Excuse me, but how can I do to:
    1) not display the table at the beginning (when
   I open the article) 2) Only search in a particular column (not in all columns
   in the table)
 * Thank you 😉
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223715)
 * Hi,
 * great!
 * 1) For this, you could take a look at the TablePress Extension from [https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied?replies=4](https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied?replies=4)
   
   Note that you will need a custom modification to add the “Enter” feature again,
   as those Extensions are not directly compatible.
 * 2) For that, you’ll have to add a “Custom Command” on the table’s “Edit” screen,
   like
 *     ```
       "columnDefs": [ { "orderable": false, "targets": [ 1 ] } ]
       ```
   
 * This would turn off sorting for the second column, as counting the columns starts
   with 0 for this code.
 * Regards,
    Tobias
 *  Thread Starter [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223716)
 * Hi Tobias,
    i have tested now only point 1. I have installed Extension DataTables
   Inverted Filter but on site appear all rows with dates. How i resolve?
 * Thanks a lot 😉
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223720)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * 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 [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223721)
 * Hi Tobias 😉
    Please, can you give me your email so I send the data to access
   also to the panel?
 * Thanks a lot 😉
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223722)
 * Hi,
 * sure, it’s in the main plugin file “tablepress.php”.
 * Regards,
    Tobias
 *  Thread Starter [alexander-035](https://wordpress.org/support/users/alexander-035/)
 * (@alexander-035)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223723)
 * Thanks a lot Tobias 😉
    I send you a mail.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223724)
 * Hi,
 * thanks! I logged in and made some changes, so that it should work now.
 * Regards,
    Tobias

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

The topic ‘Info and customizations plugin’ 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/)

 * 12 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/info-and-customizations-plugin/#post-7223724)
 * Status: resolved