alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 361 forks source link

handle null value fields better #268

Open bugchk opened 7 years ago

bugchk commented 7 years ago

rows with null entries would not sort with the default string sort function. Also null fields would print 'null' instead of a blank string which is not that desirable in most cases when trying to show a datatable. This fixes both issues.