Holiday Notice – Support Unavailable on April 18 and April 21

We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!

In the meantime, if you need any help, feel free to:

Amelia YouTube Channel

wpDataTables YouTube Channel

Thank you for your understanding, and we wish you a wonderful holiday weekend!

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