How to bind datatables from knockout js in asp.net web api

How to bind datatables from knockout js in asp.net web api

wstdevwstdev Posts: 1Questions: 1Answers: 0

I am trying to create a website using ASP.NET Web API 2 and KnockOut JS. I am having a problem with the table listing using data-tables jquery plug-in (jquery.dataTables.js ver:1.9.4) and knockout jquery plug-in (knockout-3.2.0.js). When the view is initially loaded, the table lists entire records from the database. But it also shows the message 'No data available in table' as the last row in the table. The pagination and sorting are also not working in this situation.

Please provide me with a solution ASAP. Let me know if you need any further clarification. Thanks in advance.

This discussion has been closed.