delete_row: 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.