Sort Select filter

Can I sort the dropdown list in a Select filter on datatable?

Hi,

You can define options as
{content:"selectFilter", options:[{id:"a" value:"a"}] }
or
just use onCollectValues event: Code Snippet