Closed fzaninotto closed 2 months ago
The data provider constructor accepts a sortOrder param to set nullsfirst or nullslast. Unfortunately, only getManyReference uses this param. getList defaults to asc,desc regardless of the conf.
sortOrder
getManyReference
getList
asc,desc
The data provider constructor accepts a
sortOrder
param to set nullsfirst or nullslast. Unfortunately, onlygetManyReference
uses this param.getList
defaults toasc,desc
regardless of the conf.