Flexibility of Data Tables in Backbone

Flexibility of Data Tables in Backbone

urveerendraurveerendra Posts: 1Questions: 0Answers: 0
edited March 2013 in General
In our web application, we are using Backbone.js for the integration with the Jquery Data tables, right now we are facing issue with the EDIT and SAVE features of the Data table and also we can come to know that, when we integrate it through Backbone, we are not able to give the row names to the table rows with the Names associated to be given for the Data Table Functionality. Can we inject the Data table with the row names associated for the proper functionality of the Data table using Backbone.?

Replies

  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    You might be interested in the discussion here: https://datatables.net/forums/discussion/comment/43370 . In short, not DataTables currently does not fully integrate with Backbone, but it will be possible in 1.10+.

    Allan
This discussion has been closed.