Prashant Nayak

Results 1 comments of Prashant Nayak

The value displayed is the computed observable self.maxRowsDisplay It seems to work if it is changed from: ``` self.maxRowsDisplay = ko.computed(function () { return self.maxRows; }); ``` to ``` self.maxRowsDisplay...