• Resolved sup4201201

    (@sup4201201)


    Hello,

    First, thank you for all the work you put into developing and maintaining this plugin! I’ve been enjoying using it, and it’s become a crucial part of my workflow.

    I have a feature request, where I could add customizable borders to individual columns, like vertical borders ( in excel). This is for separate content better in a table.

    I understand that adding new features requires time and resources, but if this aligns with your development roadmap or if there are any workarounds available in the meantime, please let me know.

    Thank you again for your hard work, and I look forward to hearing your thoughts!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your question!

    At this time, I do not have specific plans to integrate the ability to add vertical borders between individual columns. However, this is possible with some CSS code. For example, add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-3 {
    border-right: 1px solid #000000;
    }

    This will add a black border line between columns 3 and 4 of table 123.

    Best wishes,
    Tobias

    Thread Starter sup4201201

    (@sup4201201)

    Hi,

    Thanks for your answer!

    The problem we have is that the tables differ from each other so we don’t always know where to put those styles and our client doesn’t know / use css so it would be too custom solution for us. But we will think another workaround.

    Thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I see. Yes, this would require a bit of CSS by your client, but that should not be too complex, especially as they would quickly see the results as visual feedback.

    I hope that you can find a good solution for your needs!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.