Transaction API (batched)

api.applyTransaction({ add, update, remove }) applies a batch of row mutations in ONE data update - the high-frequency streaming path. update and remove-by-id match on getRowId; remove also accepts row refs. Live order book ticking via batched transactions.

A live, editable Svelte 5 data grid example. Open the interactive demo or read the documentation.