datatable.options.display.interactive¶
interactive
interactive
=
Warning
This option is currently not working properly [#2669]
This option controls the behavior of a Frame when it is viewed in a
text console. To enter the interactive mode manually, one can still
call the Frame.view() method.
Parameters¶
return
boolCurrent interactive value. Initially, this option is set to False.
value
boolNew interactive value. If True, frames will be shown in
the interactove mode, allowing you to navigate the rows/columns
with the keyboard. If False, frames will be shown in regular,
non-interactive mode.
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.