knockoutjs support
knockoutjs support
I've a page where I'd like to use knockout. Simplified code snippet:
The table displays all records in one page, but pagination and search box do not work at all. Search box or changing the page size always returns 0 record. Anyone has a workaround? I like the tables so much but knockout has to stay too. Thanks
The table displays all records in one page, but pagination and search box do not work at all. Search box or changing the page size always returns 0 record. Anyone has a workaround? I like the tables so much but knockout has to stay too. Thanks
This discussion has been closed.
Replies
Allan
A plain array can be displayed like this: http://datatables.net/release-datatables/examples/data_sources/js_array.html . No interaction with Knockout needed.
Allan