DataTable: sorting null not properly working #681
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
when sorting a column which contains some rows with "value is null", the sort algorythm just stops.
it could be solved by adding null checks at
https://github.com/primefaces/primeng/blob/master/components/datatable/datatable.ts#L575
The text was updated successfully, but these errors were encountered: