# Live CRUD with Callbacks

Demonstrates the imperative API. It subscribes to `onSelect` and `onDelete`, then calls `addItem()` and `selectItem()` to append and highlight a new row from code. With `confirmDelete: false`, the ✕ button deletes a row immediately and fires the `onDelete` callback (watch the console), making it easy to wire the manager to an external data store.
