|
|
|
@ -3,7 +3,11 @@
|
|
|
|
|
* This helps when if you have column that may or may not have values
|
|
|
|
|
* allowing items with values to appear first when sorting ascending
|
|
|
|
|
* This was written to help with sorting items that were ranked, where
|
|
|
|
|
* items without a rank number were considered lower in rank
|
|
|
|
|
* items without a rank number were considered lower in rank.
|
|
|
|
|
*
|
|
|
|
|
* This plug-in was inspired by this forum discussion
|
|
|
|
|
* http://datatables.net/forums/discussion/4025/sorting-to-ignore-empty-cells
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @name Empty
|
|
|
|
|
* @summary Sort items without a value after items with a value
|
|
|
|
|