Content:
- Methods

Data tables display sets of data across rows and columns.

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

You can pass options and and configure your header and rows to add specific functionality.

Example - Basic click to expand contents 

Add Sortable to the header type if you want the column to be sortable when click. You can also add the Numeric type to right align text for number values.

Example - Sortable and Numeric Column click to expand contents 

Add Selectable option to make the rows in the table selectable.

Example - Selectable and Dark click to expand contents 

You can also add a footer into your table if you want controls associated with table interactions.

Example - With Footer click to expand contents 

Methods

The following methods are available on the DataTable object:

Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetHeight( options ) → Number
GetLeft( options ) → Number
GetParent() → app object
GetPosition( options ) → Object: { left, top, right, bottom }
GetTop( options ) → Number
GetVisibility() → String: “Show” or “Hide” or “Gone”
GetWidth( options ) → Number
Gone()
Hide()
IsEnabled() → Boolean
IsOverlap( obj, depth ) → Boolean
IsVisible() → Boolean
Show()