You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have turned on nulls in the front-end datatable display within this PR: fecgov/fec-cms#2488. Now, the null values show on first load as the page is sorting by descending. In order to fix the display and make it more user friendly, we need the API return to always sort nulls last.
Completion criteria:
Modify API return for all endpoints to always sort nulls last in the list when sorting descending and sorting ascending
The text was updated successfully, but these errors were encountered:
We have turned on nulls in the front-end datatable display within this PR: fecgov/fec-cms#2488. Now, the null values show on first load as the page is sorting by descending. In order to fix the display and make it more user friendly, we need the API return to always sort nulls last.
Completion criteria:
sort
nulls last in the list when sorting descending and sorting ascendingThe text was updated successfully, but these errors were encountered: