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