TypeError: b is undefined
TypeError: b is undefined
danielpaz92
Posts: 1Questions: 1Answers: 0
Anyone can help me with that?
.fnInit
pb
ha
m/</e
m/<
.each
n.prototype.each
m
h.fn.DataTable
<anonymous>
n.event.dispatch
n.event.add/r.handle
Code for datatables
jQuery('#cardRow').DataTable({
language:{
search: '${user.getTransText("Search")}',
info: '${user.getTransText("Showing")} _START_ ${user.getTransText("to")} _END_ ${user.getTransText("of")} _TOTAL_',
infoEmpty: '${user.getTransText("Showing")} 0 ${user.getTransText("to")} 0 ${user.getTransText("of")} 0',
paginate:{
previous: '${user.getTransText("Previous")}',
next: '${user.getTransText("Next")}'
}
}
});
This discussion has been closed.
Answers
Happy to take a link at the error if you post a link to a test page showing the issue, per the forum rules.
Allan