Table Header - AppDaddy-Software-Solutions-Inc/framework-markup-language GitHub Wiki

TH : BOX

The <TH/> table header widget is used to define the tables header. Table headers contain one or more <TD/> child cells.

Attributes

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).

Other Documentation You May Find Useful

⚠️ **GitHub.com Fallback** ⚠️