Skip to contents

Add rows to a Tabulator table

Usage

tabulator_add_rows(proxy, data, position = "bottom")

Arguments

proxy

A Tabulator proxy object

data

A list or data frame containing the rows to add

position

Optional position to insert rows ("top" or "bottom", default: "bottom")