datatable.options.progress

This namespace contains the following progress reporting options:

.allow_interruption

Switch that controls if the datatable tasks could be interrupted.

.callback

A custom progress-reporting function.

.clear_on_success

Switch that controls if the progress bar is cleared on success.

.enabled

Switch that controls if the progress reporting is enabled.

.min_duration

The minimum duration of a task to show the progress bar.

.updates_per_second

The progress bar update frequency.