Comments 5FoodCoop started the conversationDecember 28, 2016 at 3:02pmHello, I like to replace or remove the sum symbol(∑) in the footer.Best regardsSiegfried[deleted] repliedDecember 30, 2016 at 5:17pmHi Uebes,You can find it in file ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.jsaround 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. 1 Like 5FoodCoop repliedDecember 31, 2016 at 9:22pmThank you and Happy New YearBR Siegfried1 Like Sign in to reply ...
Hello,
I like to replace or remove the sum symbol(∑) in the footer.
Best regards
Siegfried
Hi Uebes,
You can find it in file
../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js
around line 419
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.
Thank you and Happy New Year
BR Siegfried