diff --git a/docs/example-option-sort-empty.html b/docs/example-option-sort-empty.html index f5a816cc..1fee3a9f 100644 --- a/docs/example-option-sort-empty.html +++ b/docs/example-option-sort-empty.html @@ -49,11 +49,22 @@ $(function(){
NOTE!
- Set the emptyTo
selector below:
+
top
- sort empty table cells to the top.bottom
- sort empty table cells to the bottom.none
or zero
- sort empty table cells as if the cell has the value equal to zero.emptyTo
selector below:
+ top
- sort empty table cells to the top.bottom
- sort empty table cells to the bottom.none
or zero
+ 0 < 'A' && 0 < 'Z'
); so in an alphabetical column, empty cells will sort at the top in an ascending sort & at the bottom in a descending sort.data-empty="top"
.class="empty-top"
.emptyTo
option.emptyToBottom
option was added in v2.1.11, then replaced by the emptyTo
option in v2.1.16.emptyTo
option:
emptyTo
option (see the order of priority note above).
+ * Note The "Account #" column has the "empty-top" class name set which over-rides the emptyTo
option (see the order of priority note above).
+