datatable.options.display

class
display

This namespace contains the following display options:

.allow_unicode

Option that controls if the unicode characters are allowed.

.head_nrows

The number of top rows to display when the frame view is truncated.

.interactive

Option that controls if the interactive view is enabled or not.

.max_column_width

The threshold for the column’s width to be truncated.

.max_nrows

The threshold for the number of rows in a frame to be truncated.

.tail_nrows

The number of bottom rows to display when the frame view is truncated.

.use_colors

Option that controls if colors should be used in the console.