KoGrid

The koGrid is a port from ng-grid which provides a powerful in browser grid. It includes features like virtual scrolling, sorting, grouping, and more. See Knockout-Contrib for more info.

Improvements

I've made a number of improvements to the kogrid:
  • Added grouped rows and aggregation
  • Add a footer row which will show totals for each column
  • Improve the naming of the group column
  • Support for sorting grouped grids
  • Create Expand/Collapse-all buttons
  • Improve speed of grouped grid, esp when expanding and collapsing rows
  • Add an amd module output to the build process
  • Add cell selection and improve row selection