diff --git a/R/style_tabularray.R b/R/style_tabularray.R index 1612abcd..f12c6799 100644 --- a/R/style_tabularray.R +++ b/R/style_tabularray.R @@ -129,7 +129,7 @@ setMethod( rec <- rec[rec$set != "" | rec$span != "", , drop = FALSE] - recj <- split(rec, rec$j) + recj <- split(rec, list(rec$j, rec$set, rec$span)) for (rj in recj) { all_i <- seq_len(x@nrow + x@nhead)