davidjsilva
Results
2
issues of
davidjsilva
``` javascript self.sortData = function (col, direction) { // if external sorting is being used, do nothing. self.isSorting = true; self.sortInfo({ column: col, direction: direction }); self.clearSortingData(col); if(!self.config.useExternalSorting){ window.kg.sortService.Sort(sortInfo, self.sortedData);...
bug
Kogrid will display total items of 1 in the footer even if the number of rows in the grid is 0. I think I have nailed it down to this...