As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2911887
Sum functions label
Closed

Comments

  • Michael started the conversation

    Hi, is there any way I can make the Sum functions label blank?  I really don't want the ∑ = (or anything else)

  • [deleted] replied

    Hi Michael

    Thank you for reaching out to us.

    Calculation Functions do not inherit the style you apply to font in wpDataTables settings, so to change the color of AVG, SUM, MIN and MAX, you need to add some custom CSS. Like this for example, but you will need to play around with to code to get the result you desire, but I'm afraid we don't provide support for writing custom CSS

    .wdt-sum-cell, .wdt-avg-cell, .wdt-min-cell, .wdt-max-cell {
    color: red !important;
    }

    If you want to apply it in all tables, you can add it in wpDataTables settings/Custom JS and CSS/Custom CSS field; and if you need to apply it only on certain pages, you can add it as Custom CSS only on that page.

  • Michael replied

    ?? Sorry I was not asking how to change colour.  I was asking how to get rid of the symbol you default to in calculated column.  

  • [deleted] replied

    Hi Michael

    Thank you for the clarification, I responded with the soluton to your previous ticket.

    I will be closing this one since it is a duplicate, to avoid confusion. 

    Thank you for understanding.