DataTable - how to show _TOTAL_ token as a percentage of _MAX_ token
DataTable - how to show _TOTAL_ token as a percentage of _MAX_ token
theHearse
Posts: 2Questions: 1Answers: 0
I'm trying to include a calculation within DataTable that shows to the user the "TOTAL"(filtered row count token) as a percentage of "MAX' (table row count token) and for the result to be returned to the "infoFiltered" attribute.
Is this possible and if so how?
Thanks.
Richard.
This question has an accepted answers - jump to answer
Answers
I don't believe you can use calculations with
language.info
. Try usinginfoCallback
instead.Kevin
Thanks. I'm now using infoCallback and it works as expected with the percentage rounded to 1 decimal place. Very useful.