jQuery Datatables not working properly
问题 I have a table that gets filled via Knockout.js and uses jQuery Datatables 1.9.x over the table for sorting and paging. <table id="myTasks-table" class="table table-bordered table-striped request-table"> <thead> <tr> <th>Request Id</th> <th>Type</th> <th>Follow up</th> </tr> </thead> <tbody data-bind="foreach: MyTasksVM.tasks"> <tr> <td> <!-- ko if: RequestSource == "I" --> <a data-bind="attr: { href: '/HelpDesk/ticket/detail/' + ServiceRequestID }"><span data-bind=" text: ServiceRequestID"><