datatable.options.progress.clear_on_success¶
clear_on_success
clear_on_success
=
This option controls if the progress bar is cleared on success.
Parameters¶
return
boolCurrent clear_on_success value. Initially, this option is set to False.
value
boolNew clear_on_success value. If True, the progress bar is cleared when
job finished successfully. If False, the progress remains visible
even when the job has already finished.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.