KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

A Knockout DataGrid

Results 100 KoGrid issues
Sort by recently updated
recently updated
newest added

I have the grid setup for mutliselect but when I reorder the grid with rows already selected (clicking on the header cell), the integrity of selectedItems is lost. On your...

Grunt or Gulp should be used to compile the sources in the repository. The output should be placed in a `dist` directory as most of the libraries do. --- **Note:**...

Move changelog from README.md into its own file.

When trying to set checkbox the toggleSelected return undefined value, stopping the check event chain and thereby isn't the checkbox "visually set". Fix for my particular problem was to make...

bug

In sortService.js line #174 shouldn't mtch = b.match(dateRE); be mtch = b.match(window.kg.sortService.dateRE); ??? I am not sure if I do the procedure correctly: https://github.com/hkosmidi/KoGrid/commit/d5d4251526540149e157f24ac8e1fe9314e1f887

bug

Hi Is it possible to specify cell template name instead of the actual cell template in columnDefs? Seems a bit awkward to include lots of html in my javascript. If...

question

I was expecting there to be a footerTemplate option but I cannot find one, so is there a way to override the footer template?

I'm using durandal and breeze and am using a few instances of kogrid on my pages. All are working great. However, I do have a more advanced instance of the...

Currently the scenario I have is that I want to persist selections between pages, I want to reset when they change page count or filter. However if I call `removeAll()`...

The items in my observable array all have a property named "Selected". I have a separate observable array, selectedItemsList, that is a ko.computed which is simply the main data array...