termui.list_control

This module defines list controls for displaying data in tables.

ListControl(*args[, color, selection_color, ...])

A ListControl is a large control which allows displaying any amount of entries as a list of rows, where each row is a set of columns.

ListEntry(name[, controller_data])

Represents a single entry in a ListControl.