@nfdi4plants/arctrl 1.0.0-beta.2 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -498,7 +498,7 @@ export class ArcTable {
|
|
|
498
498
|
RemoveRow(index) {
|
|
499
499
|
const this$ = this;
|
|
500
500
|
SanityChecks_validateRowIndex(index, this$.RowCount, false);
|
|
501
|
-
|
|
501
|
+
Unchecked_removeRowCells_withIndexChange(index, this$.ColumnCount, this$.RowCount, this$.Values);
|
|
502
502
|
}
|
|
503
503
|
static removeRow(index) {
|
|
504
504
|
return (table) => {
|