Full-row editing

The `fullRowEditing` prop puts the WHOLE row into edit at once - every editable cell (text, select, number, date, checkbox) shows an inline editor. Enter or click-away commits all cells in one update; Esc cancels the row.

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