Skip to content

GridLocale

Since v3.5.0

Translation map for the grid’s built-in UI chrome, keyed by namespaced message id (filter.apply, columns.showAll, …).

There is no shipped default map: every call site passes its English string as an inline fallback, so an unloaded plugin costs nothing and an omitted key simply stays English. See GridConfig.locale.

type GridLocale = Record<string, string>