plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

BUG: sort null values properly #59

Closed tomasfarias closed 5 years ago

tomasfarias commented 6 years ago

Closes #58

Changed comparer function defined in sortRows function to return a bool instead of 1, -1. This way, null values are stacked at the end or at the beginning, depending on sortDirection.

alexcjohnson commented 5 years ago

This package is deprecated and about to be archived. The new package dash-table implements this correctly, also includes a way to allow '' (and soon likely other values) to behave as null.