79d3f836a2
Root cause of the "still left-packed" report: mixing `order` with only some items explicitly positioned (col-start on Bestellnummer/Artikel) is a footgun — Grid's auto-placement cursor for the un-pinned items (Datum, Status, Zahlungsstatus, Gesamtbetrag) starts scanning from column 1 again regardless of what's already explicitly placed elsewhere, so Datum landed back in column 1 instead of column 3. Every cell now gets an explicit row-start+col-start, removing the ambiguity entirely. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>