Can you use DataTables with Backbone instead of jQuery?
Can you use DataTables with Backbone instead of jQuery?

Was just wondering if anyone has tried to use DataTables with Backbone instead of jQuery?
Thanks!
This discussion has been closed.
Was just wondering if anyone has tried to use DataTables with Backbone instead of jQuery?
Thanks!
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