no data.row attribute set to when using a language file
no data.row attribute set to when using a language file

When I use a language file for initialization the <tr> elements suddenly don't have $("tr-selector").data("row"), that they normally have. Bug or misunderstanding? Thanks a lot
Answers
I'm not sure what
$("tr-selector").data("row")
is or how or when you are using it."tr-selector
doesn't seem like a valid selector. Can you provide a simple test case showing the issue so we can help debug?https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Possibly you are running into the note found in the
language.url
docs:Kevin