• Resolved ducsd

    (@ducsd)


    Hello,

    is there a way how to highlight a team (make the name bolder for example) in the table?

    Thank you!

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

    (@daext)

    Hello ducsd,

    Currently this can only be achieved by adding CSS rules to the theme stylesheet. For example, if you are targeting a specific column (in this example the column 1 of the table with id 2) you can use this rule:

    #daextletal-table-2 td:nth-child(1){
    font-weight: bold !important;
    }

    Additional cell properties will be included in the next plugin releases to allow these type of customizations directly from the plugin back-end UI.

    Thread Starter ducsd

    (@ducsd)

    Thank you for the reply. I mean I need specifically highlight “my” team, so it’s always different from the other teams no matter which position “my” team is currently on.

    Plugin Author DAEXT

    (@daext)

    Hello ducsd,

    Thank you for all the details. A CSS selector to target a table cell with specific content (your team name) is not available so I can’t provide a CSS snippets in this thread, this change can only be achieved with JavaScript/jQuery.

    We are planning to add additional cell properties to perform this type of customizations from the plugin back-end in future plugin releases. More in details a control to specify the Font Style will be included. These controls will be similar to the ones currently only available in the Pro version tables menu visible in this screenshot.

    • This reply was modified 3 months, 2 weeks ago by DAEXT.
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.