add_row: Add a row to a cheetah table

View source: R/cheetah_proxy.R

add_rowR Documentation

Add a row to a cheetah table

Description

Adds a new row to a cheetah grid widget without redrawing the entire widget.

Usage

add_row(proxy, data)

Arguments

proxy

A proxy object created by cheetah_proxy().

data

A single row dataframe for the new row in the table


cheetahR documentation built on Aug. 9, 2025, 1:07 a.m.