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 #1002016
Change
Closed

Comments

  •  5
    FoodCoop started the conversation

    Hello,

    I like to replace or remove the sum symbol(∑) in the footer.

    Best regards

    Siegfried

  • [deleted] replied

    Hi Uebes,

    You can find it in file 

    ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js

    around line 419

    $( '#'+tableDescription.tableId+ ' tfoot tr.sum_row td.sum_cell[data-column_header="'+tableDescription.sum_columns[i]+'"]' ).html( '∑ = ' + sum_str );
    

    it's the HTML code for sum near the end of the line ∑ 

    You need to change this is minified version of the file as well or uncheck option to use minified files on Settings page. 


  •  5
    FoodCoop replied

    Thank you and Happy New Year

    BR Siegfried