|
|
||
|
|
| "items" | {} | the contents of the table | |
| "tableHeader" | Null | the table header | |
| "rowSelectionAllowed" | True | whether each row can be selected | |
| "columnSelectionAllowed" | False | whether each column can be selected | |
| "columnEditable" | Null | whether cells in each column can be edited | |
| "columnSortable" | Null | whether each column can be sorted by clicking the header | |
| "prototype" | Null | how to format a typical row of data | |
| "model" | the model that intercedes between the user interface and the data in the table |
Needs["GUIKit`"]
Create a basic table inside a scroll view:
Get the entire table contents:
Get and set individual rows:
Change the column headers:
Use the "model" component to add rows:
Add columns:
Remove rows:
Query and change individual cells:
|
| © 2008 Wolfram Research, Inc. |