-
Notifications
You must be signed in to change notification settings - Fork 4
Table Header
Jeff Olajos edited this page Jan 18, 2024
·
16 revisions
TH : BOX
The <TH/> table header widget is used to define the tables header. Table headers contain one or more <TD/> child cells.
| Name | Type | Default | Description | Req |
|---|---|---|---|---|
| menu | bool | Show the menu button for each header cell. Note, indivdual header cells may override this | ||
| sortable | bool | All header cells are sortable. Note, indivdual header cells may override this and must have a sort defined |
||
| resizeable | bool | All header cells are resizeable. Note, indivdual header cells may override this | ||
| editable | bool | All header cells are editable. Note, indivdual header cells may override this | ||
| resize | string | normal | Defines how column resizing shares space with adjacent siblings. Possible values are "none", "normal" and "pushpull" | |
| filter | bool | Show column filter inputs for each header cell. Note, indivdual header cells may override this | ||
| fit | string | scale (if no width defined for any cell) none (otherwise) | Defines how column widths are allocated. Possible values are "none" (sized based on defined or default widths), "fill" (last column fills remaining width), "equal" (all columns widths are the same) and "scale" (columns are scaled based on the header size filling the screen). |
Framework Markup Language is an open source programming language created by AppDaddy Software Solutions Inc. FML and is licensed under a fair source license agreement and is maintained by a community of developers.
- Quick Start
- Widget Structure
- Layout Basics
- Config
- Navigation
- Authentication
- Server Configuration
- Offline Use
- Resource Guides
-
<FML/>
- <BOX/>
- <CHART/>
- <COLUMN/>
- <DRAWER/>
- <FOOTER/>
- <FORM/>
- <GRID/>
- <HEADER/>
- <LIST/>
- <MAP/>
- <WINDOW/>
- <PAGER/>
- <ROW/>
- <SCROLLER/>
- <SPLITVIEW/>
- <STACK/>
- <TABLE/>
- <TABVIEW/>
- <TREEVIEW/>
- <WEBVIEW/>
Important Concepts