Description
Because of the following in javascript, precedence of rows having 'Not Available' values could be a bit messy.
1 > undefined = false 1 < undefined = false 1 > null = true 1 < null = false
It would be better is we could ensure that these values are at the top on sorting in ascending order.