Add a refresh date for datatable
Add a refresh date for datatable

how can I add a date time label to datatable to show user last reload() date time
This discussion has been closed.
how can I add a date time label to datatable to show user last reload() date time
Answers
The
xhr
event would be where to add the code that would be used to get the current date and then display it:You'll probably want to add date formatting as well of course.
Allan