stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 236 forks source link

Disable translation of selectFilter entries #960

Open mshd opened 4 years ago

mshd commented 4 years ago

For symfony forms the select translations can be deactivated by setting choice_translation_domain = false, how about the SelectFilter?

How can I disable automatic translation of the array of select_options?