Comparable represents those types that we know how to compare.
SortingStrategy is a function that can indicate the rank of a to b.
TBody produces the content of the
section.It should begin with the
tag and assign thewml:id=TBODY
attribute,
otherwise the dynamic features of the Table won't work.
THead produces the content of the section.
It should begin with the and assign the Generated using TypeDocwml:id=THEAD
attribute, otherwise
the dynamic features of the Table won't work.
Type declaration
Variables
Const ASC_
Const DESC_
Const TABLE
Const TBODY
Const THEAD
Functions
Const date
Parameters
a: string
b: string
Returns 0
|
1
|
-1
Const natural
Parameters
Default value a: any = ""
Default value b: any = ""
Returns 0
|
1
|
-1
Const number
Parameters
a: any
b: any
Returns 0
|
1
|
-1
Const string
Parameters
a: string
b: string
Returns 0
|
1
|
-1
CellFragment is a wml function that renders the DOM for a table cell.