bootstrap-sortable icon indicating copy to clipboard operation
bootstrap-sortable copied to clipboard

Empty dates sorting

Open kitkatsim opened this issue 5 years ago • 0 comments

The code:

<td data-dateformat="MM-DD-YYYY"></td>

This empty cells gets data-value="Invalid date". From my understanding, the sort is done with values in data-value. And that causes unwanted sorting result (blank rows goes first when sorted by descending)

My suggestion is to assign empty string data-value="" when the cell is empty.

kitkatsim avatar May 27 '20 23:05 kitkatsim