Check if row is expanded (for tree data)
bool isRowExpanded(String rowId) { return expandedRowIds.contains(rowId); }