Title: Question!!!
Last modified: August 21, 2016

---

# Question!!!

 *  Resolved [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/)
 * Excuse for my English! Question! It is possible to integrate some lines in a 
   column? ? ?
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/question-76/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/question-76/page/2/?output_format=md)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353596)
 * Hi,
 * thanks for your question!
 * To be honest, I don’t understand what you mean. What are “lines in a column”?
   Can you maybe explain this in more detail, maybe with a picture?
 * Regards,
    Tobias
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353598)
 * Whether it is possible to make here such title?
    [http://zakazsaita.spb.ru/1.jpg](http://zakazsaita.spb.ru/1.jpg)
 * Whether it is possible to make here such lines?
    [http://zakazsaita.spb.ru/2.jpg](http://zakazsaita.spb.ru/2.jpg)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353603)
 * Hi,
 * ah, thanks for the clarification!
 * The first thing is called “column spanning”, and you can do that with the “colspan”
   button below the table input fields.
 * To then add a border around every cell, add this to the “Custom CSS” textarea
   on the “Plugin Options” screen:
 *     ```
       .tablepress-id-123 th,
       .tablepress-id-123 td {
         border: 1px solid #dddddd;
       },
       ```
   
 * Change the `123` to your table’s ID.
 * Regards,
    Tobias
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353610)
 * How from value – “To show 10/25/50/100 records” – to remove the word of “records”???
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353612)
 * Hi,
 * to change those texts, please take a look at this TablePress Extension: [http://tablepress.org/extensions/change-datatables-strings/](http://tablepress.org/extensions/change-datatables-strings/)
 * Regards,
    Tobias
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353613)
 * Thanks! Thanks! Thanks!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353614)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353615)
 * As your plug-in free, would like to thank ($)! How it is better to make for you
   it?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353617)
 * Hi,
 * thanks, I really appreciate that. Please take a look at [http://tablepress.org/donate/](http://tablepress.org/donate/)
   for some information on that. Thanks!
 * Regards,
    Tobias
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353619)
 * One more question! Probably to create search in columns?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353620)
 * Hi,
 * searching in the table is one of the features of the DataTables JS library (see
   [http://tablepress.org/demo/](http://tablepress.org/demo/) for a demo). However,
   this will not work if you have used the “colspan” button that I mentioned above,
   as the search only works in tables that do not have combined cells.
 * Regards,
    Tobias
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353635)
 * Money received?
    Question! I decided not to use “colspan”! It is possible to 
   make search in columns as here [http://themes.karaliki.ru/wpdatatables/xml-source/](http://themes.karaliki.ru/wpdatatables/xml-source/)?(
   Search in columns in the bottom of a table demo!)
 * Thanks in advance!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353644)
 * Hi,
 * yes, I did get the donation, did you not get my email reply?
 * And thanks for the link, now I see what you mean with search in a column 🙂
    
   That is possible with this TablePress Extension: [http://tablepress.org/extensions/datatables-column-filter/](http://tablepress.org/extensions/datatables-column-filter/)
 * Regards,
    Tobias
 *  Thread Starter [LeopardRUS](https://wordpress.org/support/users/leopardrus/)
 * (@leopardrus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353667)
 * Doesn’t work! ? !
 * [http://1.bisnes.z8.ru/produkcija/dizelnye-generatory/serija-ad-buran/](http://1.bisnes.z8.ru/produkcija/dizelnye-generatory/serija-ad-buran/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/#post-4353668)
 * Hi,
 * for this to work, you will first have to add a new last row to the table and 
   check the “Table Foot” checkbox. In those cells, you can put the default values
   for the input fields.
 * Regards,
    Tobias

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/question-76/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/question-76/page/2/?output_format=md)

The topic ‘Question!!!’ 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/)

 * 17 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/question-76/page/2/#post-4353670)
 * Status: resolved