Skip to main content

render_kv_table

Function render_kv_table 

Source
pub fn render_kv_table(
    f: &mut Frame<'_>,
    area: Rect,
    title: &str,
    shortcut: Option<u8>,
    rows: &[KvRow],
    scroll: u16,
    focused: bool,
    theme: &Theme,
)
Expand description

Render a scrollable key-value table inside area.