TypeError: b is undefined

TypeError: b is undefined

danielpaz92danielpaz92 Posts: 1Questions: 1Answers: 0
edited March 2017 in Free community support

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")}'
                  }
                }
            });

Answers

  • allanallan Posts: 63,871Questions: 1Answers: 10,522 Site admin

    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

This discussion has been closed.