DataTableResponseObject interface
Tabel Data yang menentukan kolom dan nilai baris mentah
Detail Properti
columns
Daftar kolom dengan tipe data
columns?: DataTableResponseColumn[]
Nilai Properti
rows
Nilai baris mentah
rows?: string[][]
Nilai Properti
string[][]
tableName
Nama tabel
tableName?: string
Nilai Properti
string