DataTables with Knockout.js

DataTables with Knockout.js

bsullivabsulliva Posts: 6Questions: 3Answers: 0

I'm using DataTables 1.9.4 with Knockout.js as my DOM data source. I'm using knockout.js to loop through and create the table rows, which works fine. I added a filter function to my knockout.js view model, and when I filter the knockout.js view model, the DataTables total row count doesn't get updated. So if I have 15 rows to start, then I apply my filter, I only have 5 rows, it still says, "Showing 1 to 5 of 15 entries." How do I update the row count to show "Showing 1 to 5 of 5 entries" with a DOM data source?

Answers

This discussion has been closed.