delete_row {cheetahR}R 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.


[Package cheetahR version 0.3.0 Index]