DataTables / DataTables/Plugins
International plug-ins doesn't work with datatable as input (editor)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I've found a problem with internationalization plug-ins.
If you use a datatable as input and you specify config.language.url parameter, datatable doesn't show.
For example (using resource json file provided in examples):
config: {
language: {
url: "../resources/fr.json"
},
}
I've just tried with nested.html and select.html and it doesn't work. I think it's a bug.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the nested.html and select.html examples and reproduce the failure using config.language.url with the provided fr.json resource. Trace why the datatable does not appear when the language URL is configured; done means both examples render correctly with the localized input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100