Can you use DataTables with Backbone instead of jQuery?
Can you use DataTables with Backbone instead of jQuery?
jnoweb
Posts: 1Questions: 1Answers: 0
Was just wondering if anyone has tried to use DataTables with Backbone instead of jQuery?
Thanks!
This discussion has been closed.
Answers
Backbone isn't a jQuery replacement. You could alter DataTables to work without jQuery (although you'd largely just end up re-implementing what jQuery already have!) and you can use Backbone with DataTables to some degree, but you can't replace jQuery with Backbone.
Allan