Title: Data Table Problem
Last modified: January 7, 2022

---

# Data Table Problem

 *  Resolved [blackthunderwolf](https://wordpress.org/support/users/blackthunderwolf/)
 * (@blackthunderwolf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/data-table-problem/)
 * Hi there,
 * i have a problem with Data Table and Responsive on Smartphone.
    In the bottom
   of the Table it’s a scrollbar. But the Table have only one cell.
 * This is only on smartphone.
 * [Preview Picture](https://s20.directupload.net/images/220107/7oyfgmo7.jpg)
 * BTW: Can i change the cell width seperatly with serveral rows? Or only with css?`

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

 *  Thread Starter [blackthunderwolf](https://wordpress.org/support/users/blackthunderwolf/)
 * (@blackthunderwolf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/data-table-problem/#post-15228249)
 * Ok i know what the problem is.
 * Can I completely remove the table header?
    There is an empty table header in 
   front of each entry. Hence the scroll bar.
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/data-table-problem/#post-15229037)
 * Hello [@blackthunderwolf](https://wordpress.org/support/users/blackthunderwolf/),
 * I hope you are doing good.
 * If you want to hide your table then you can apply this Custom CSS given below–
 *     ```
       .eael-data-table thead {
         display: none !important;
       }
   
       @media screen and (max-width: 767px) {
       .eael-data-table .th-mobile-screen {
         display: none !important;
       }
       }
       ```
   
 * Please check this doc to learn more about using Custom CSS – [https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/](https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/)
 * And It would be so appreciatable if you share your webpage URL. So that I can
   check this issue more closely to bring a better solution.
 * Let me know if you have any other queries.
 * Thank you
 *  Thread Starter [blackthunderwolf](https://wordpress.org/support/users/blackthunderwolf/)
 * (@blackthunderwolf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/data-table-problem/#post-15229668)
 * Hello [@onlykawshar](https://wordpress.org/support/users/onlykawshar/)
 * Nice. THX that’s solve my problem 🙂

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

The topic ‘Data Table Problem’ is closed to new replies.

 * ![](https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.
   gif?rev=3182943)
 * [Essential Addons for Elementor - Popular Elementor Templates & Widgets](https://wordpress.org/plugins/essential-addons-for-elementor-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/essential-addons-for-elementor-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [blackthunderwolf](https://wordpress.org/support/users/blackthunderwolf/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/data-table-problem/#post-15229668)
 * Status: resolved