delete_row: Delete a row from a cheetah grid

View source: R/cheetah_proxy.R

delete_rowR Documentation

Delete a row from a cheetah grid

Description

Deletes a row from a cheetah grid widget without redrawing the entire widget.

Usage

delete_row(proxy, row_index)

Arguments

proxy

A proxy object created by cheetah_proxy().

row_index

A numeric value representing the index of the row to delete.


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