active-table
Version:
Framework agnostic table component for editable data experience
10 lines • 403 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class RemoveRow {
private static removeAllColumnsDetails;
private static update;
private static rowToBeRemovedIndexWhenPagination;
private static removeRow;
private static changeRowIndexIfRemoveHeaderWithDataBelow;
static remove(at: ActiveTable, rowIndex: number): void;
}
//# sourceMappingURL=removeRow.d.ts.map