• Resolved D&A

    (@dusananta)


    Hi, I have a problem. How do I add another check box option below Table Head Row, which I would call Table Column Row and which clicks to bold the contents of all column-1s just as the header paints thead so that the column bolds the text in all column-1? And how do I set it so that nothing is bolded by default, but that the user then bolds what he wants?

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m afraid that something like that is not easily possible at the moment. You would need quite a bit of PHP code to extend TablePress here, and to do that in a future-proof way. That said, you might actually only need to add a bit of CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-1 {
      font-weight: bold;
    }

    This would make the first column of table 123 bold-faced.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Bold Column’ is closed to new replies.