DataTableResponseObject interface
Data Table which defines columns and raw row values
Property Details
columns
List of columns with data types
columns?: DataTableResponseColumn[]
Property Value
rows
Raw row values
rows?: string[][]
Property Value
string[][]
tableName
Name of the table
tableName?: string
Property Value
string