Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you could give the wrapper around the table the same background color or add a border line around it. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper {
        background-color: #d9edf7;
        border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter applechikoo

    (@applechikoo)

    Really thanks

    Sorry for disturbing you again when I applied above code my table header vertical border disappears. can you please help me how to fix

    for showing vertical border i am using below custom css
    .tablepress th,
    .tablepress td {
    border: 1px solid #cccccc;
    }

    Thread Starter applechikoo

    (@applechikoo)

    Also, I am facing this issue in Mozilla browser in google chrome browser border showing but it gets disturbed(not looks good as it looks too be)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I’m not sure what you mean. The CSS that I posted does not influence the cell borders… (Note that vertical borders in tables are discouraged, as they can reduce legibility.)

    Regards,
    Tobias

    Thread Starter applechikoo

    (@applechikoo)

    thanks for your prompt response i am facing this issue only in Mozilla firfox browser rest looks fine

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah, now I see. Unfortunately, I don’t really know why this happens. I have seen this before on other sites. It seems to be a problem in Firefox.

    Regards,
    Tobias

    Thread Starter applechikoo

    (@applechikoo)

    thanks for the response.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem!

    Best wishes,
    Tobias

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘i want to make a border so that search option looks part of table’ is closed to new replies.