Zum Hauptinhalt springen

AddRowsToMasterDataTableOptions

AddRowsToMasterDataTableOptions = DexproBaseOptions & object

Type Declaration

tableId

tableId: number

The ID of the table to be cleared and filled.

rows

rows: Record<string, string | number | object>[]

The rows to be added to the master data table. Each row is an object where the keys are the column names and the values are the cell values.

skipErrors?

optional skipErrors: boolean

Whether to skip errors during the clearing and filling process.

Default

false

batchSize?

optional batchSize: number

How many rows should be added in one batch.

Default

500

clear?

optional clear: boolean

Whether to clear the table before adding the rows.

Default

false