We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
In the plugin, when using internationalization, almost everything is translatable in the JSON file, except for the numbers related to the lengthMenu.
lengthMenu
As described here: https://datatables.net/reference/option/lengthMenu
Would it be possible to add a key like this after the "lengthMenu" key:
{ "lengthMenuChoices": { "_": "%d", "-1": "All" } }
which could be used if defined if the option lengthMenu has no double array or value: key defined.
Thank you so much for your answer ^^,
The text was updated successfully, but these errors were encountered:
I think that is an extremely good idea. I'll look into that.
Sorry, something went wrong.
No branches or pull requests
Hello,
In the plugin, when using internationalization, almost everything is translatable in the JSON file, except for the numbers related to the
lengthMenu
.As described here: https://datatables.net/reference/option/lengthMenu
Would it be possible to add a key like this after the "lengthMenu" key:
which could be used if defined if the option lengthMenu has no double array or value: key defined.
Thank you so much for your answer ^^,
The text was updated successfully, but these errors were encountered: