DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

LangParams

Specifies parameters for language-specific sorting and filtering.

import { LangParams } from "devextreme/data/index"
Type:

Object

collatorOptions

Specifies Intl.Collator options.

Type:

Object

NOTE
If you set sensitivity: 'base', all diacritics are ignored while sorting and filtering.

locale

Specifies the locale whose features affect sorting and filtering.

Type:

String

Refer to the following page to see the list of available locales: IANA Language Subtag Registry.