Are there samples or examples of standard Grids / tables created by Knockoutjs that are sorted by their columns and edited at the row level.
These are the rows of a regular table until you click, and then you can edit them and save them to the server using Ajax? Are there any examples of integrating Knockout with, for example, an editable JQuery UI network, such as a Wijmo grid or any other. I think some JS grid that takes JSON can work?
I have a requirement to implement an editable table and rather use Knockoutjs. Especially with Upshot.js and MVC4 along the way.
thanks
source share