davidjsilva

Results 3 comments of davidjsilva

OK so after that fix my computed function which responds to any changes to sortInfo gets called twice. See fiddle console log for example http://jsfiddle.net/zSpMh/3/. Do I have to change...

I want to say that self.sortInfo has a reference to self.config.sortInfo because if you evaluate self.sortInfo() === self.config.sortInfo() in that self.sortData function it always evaluates to true. Not sure if...

The column width does not seem to be retained if externalSorting is set to true. See the following jsfiddle for an example - http://jsfiddle.net/zSpMh/1/. Steps to recreate: 1. Resize a...