filter panel - show percentage value of found records
filter panel - show percentage value of found records
Alessandrova
Posts: 24Questions: 7Answers: 0
I have made this table:
https://trovawiki.altervista.org/oggetti_smarriti_trento.php
When I click on the "filter button" I can see the number of found items.
Is it possible to show also a percentage value (calculated on the total amount of records)?
Thanks for your help,
Alessandro
This question has an accepted answers - jump to answer
Answers
Never been asked that one before! The answer is yes, it is possible, but you need to perform the calculation yourself. The
info.callback
option is where to do this. It will provide all the information you need and you can modify the string that will be shown in the table's "information" element.Allan
Thanks Allan, I will look into that.