Get the time it took to retrieve data?
Get the time it took to retrieve data?

At the bottom of a table, it shows:
Showing 101 to 200 of 3,035 entries
I'd like to see something like this, showing how quickly it got the result.
Showing 101 to 200 of 3,035 entries (0.56 seconds)
Is there an easy way to get this?
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You could use
infoCallback
to modify the information element. Or possiblylanguage.infoPostFix
if you have the timing information before you initialise the table.Allan