Back

AddDataTable

Hello World

Adds a table control on a given layout.

tbl = MUI.AddDataTable( parent, columns, values, width, height, options ) → Object

See CreateDataTable for a full documentation.

Number: Fraction of the screen width
Number: Fraction of the screen height
String: comma “,” separated: “Selectable”
Object: MUI Layout or DS Layout control
List: An array of strings of the form Name. Where 'Name' is the column name and 'Type is the column type [Can be Sortable or Numeric]'
List: An array of strings of the form Val1:Val3...