datatable.options.display.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
bool

Current interactive value. Initially, this option is set to False.

new_interactive
bool

New 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.