Okay
  Public Ticket #1772625
Text Overflow
Closed

Comments

  • Levi started the conversation

    The tables I am looking to create have numerous columns and I noticed while messing around with the sandbox (http://sandbox.wpdatatables.com/what/) that the text gets cutoff with elipses via css. I know I can manage the column width manually or add my own custom css to each column but that could be time consuming and labor intensive. Is there a global setting so that all text is shown without it being cutoff?

  •  471
    Isidora replied

    Hi Levi,
    Thank you for inquire..

    Yes you can do it with settings columns width for each column and also with CSS like you said. Unfortunately there is no global settings for something like this, but you can also use option Scrollable.

    Scrollable – This defines whether to add a scrollbar in the container; this is useful for large multi-column tables. It also disables the “Limit table width” switch.

    You can also use Responsive feature on Desktop views by hiding some columns.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  • Levi replied

    You may want to pass this on to other people with the same request but we were able to get it to work by adding in some custom css and got it to do what we needed. It doesn't eliminate the scroll of the table within the scroll of the page, but it suits our purposes. Thanks Milan - really digging this product...


    .wpDataTablesWrapper div.wdtscroll {

        width: 100%;
        overflow-x: scroll;
        overflow-y: scroll;
        height: 60vh;
    }

    .wpDataTablesWrapper table.wpDataTable > thead > tr > th{
    position: -webkit-sticky;
    position: sticky !important;

    top: 0;

    z-index: 99;
    }



  •   Levi replied privately
  •  471
    Isidora replied

    Hi Levi,

    I am glad that you found a solution and share it with us.

    This is public ticket so it is accessible to all users, so they can see it.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •   Levi replied privately
  • Levi replied

    Any update on my second issue with the error on updating the plugin???

  •  471
    Isidora replied

    Hi Levi,

    Sorry for late response. 

    Please note that on Monday, November 12th was non-working day due to the National holiday. Because of this, there will be likely a delay in reply to your tickets, possibly until Tuesday the 13th of November. We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days

    When you are posting on ticket that are not yours or have questions or issues which are not related to the title of the active ticket can you please open a new one, and we will help you there. In that way, issues and questions which are related to different subjects will be in different tickets so other customers or our support agents can find it easily. Our policy is to have one issue or question per ticket because of the reasons that is described already.

    Thank you for understanding.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  • Levi replied

    I would Milan except that YOUR TICKET SYSTEM IS NOT WORKING PROPERLY and I can not start a new ticket. I try to submit a new ticket > I choose the product the ticket it is for > and it has me verify with my Envato login which it goes through the process and kicks me back to the main ticket screen where I have to verify all over again and can not submit the ticket! I don't know where to find my purchase code due to poor documentation as a second means of verification so I am left with having to seek answers here. Please help - either start a new ticket on my behalf (as I can not create a new ticket now) or address the issue with the ticket submission verification....thank you

  •  471
    Isidora replied

    Hi Levi,

    This ticketing system we just use for our support system and you should be able to open more Pre-Purchase questions. If you have issue with making new tickets in wpdatatables category please contact their support on this link. Make sure that you support license is not expired (when you buy our plugin you get 6 months support license, which after that if you still need support you have to extend support license.). This is Pre-purchase category intended for users how are interested in our plugin and have questions how it works and is it possible to integrate for they need. 

    We are selling our product on Envato market and if you can't find your purchase code, you have guide on their support page how you can find it.(Where is my purchase code?)

    If you have issue with updating our plugin, you can update plugin manually following those steps:

    1.) Download zip from this link

    2.) Use FTP to open /yourwordpressfolder/wp-content/plugins

    3.) Delete existing wpdatatables folder.

    4.) Upload previously downloaded wpdatatables folder through FTP to plugins folder (unzip it)

    5.)  Go to WP-admin panel, open Plugins section.

    6.) Deactivate wpDataTables, and then activate it again.

    7.) Clear server and browser cache

    IMPORTANT: Do NOT delete the old version from WP-admin (by clicking “Delete” in the plugins page) if you don’t want to lose all your tables!

    Best regards.


    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables