共用方式為


DataTableResponseObject interface

定義數據列和原始數據列值的數據表

屬性

columns

具有數據類型的數據列清單

rows

原始數據列值

tableName

數據表的名稱

屬性詳細資料

columns

具有數據類型的數據列清單

columns?: DataTableResponseColumn[]

屬性值

rows

原始數據列值

rows?: string[][]

屬性值

string[][]

tableName

數據表的名稱

tableName?: string

屬性值

string