Using Morph Data
<DataTable />
DataTable component displays the results of a Python function or SQL file execution in a table.
Properties
alias
string
requiredName of the Python function or SQL file.
varialbes
{ [key: string]: Variable }
Variables to pass to the Python function or SQL file. Declare using the variable()
function.
headerKeys
string[]
Name of the columns to show. You can specify the order too.
width
number
Width of the element.