Skip to content

Fixing sort method for jQuery plugin#84

Closed
Velveeta wants to merge 1 commit intorstaib:masterfrom
Velveeta:master
Closed

Fixing sort method for jQuery plugin#84
Velveeta wants to merge 1 commit intorstaib:masterfrom
Velveeta:master

Conversation

@Velveeta
Copy link

Fixing sort plugin method, it lives on the Grid.prototype object, and is... being overshadowed by the this.sort instance-level object. Changing all references for the sort object from sort to sortDictionary to keep the public API consistent, and then moving some sort functionality from renderTableHeader out into its own function that can be called by both the click handler and the prototype.sort function, and fixing issues that popped up there.

… is being overshadowed by the this.sort instance-level object. Changing all references for the sort object from sort to sortDictionary to keep the public API consistent, and then moving some sort functionality from renderTableHeader out into its own function that can be called by both the click handler and the prototype.sort function, and fixing issues that popped up there.
@jhargis
Copy link

jhargis commented Feb 2, 2015

😎 👍

@rstaib rstaib added the bug label Apr 9, 2015
@rstaib rstaib added this to the 1.2.0 milestone Apr 9, 2015
@rstaib rstaib self-assigned this Apr 9, 2015
rstaib added a commit that referenced this pull request Apr 9, 2015
@rstaib
Copy link
Owner

rstaib commented Apr 9, 2015

Thanks and landed in version 1.2.0 which will be publicly available in the next few days.

@rstaib rstaib closed this Apr 9, 2015
@rstaib
Copy link
Owner

rstaib commented Apr 17, 2015

I have recently published the release candidate (prerelease version including all features) to NPM and NuGet. Would be nice and very appreciated to get your feedback before publishing it.

@Velveeta
Copy link
Author

I can try to take a look sometime this evening if you can tell me where to find it :)

@rstaib
Copy link
Owner

rstaib commented Apr 17, 2015

It is available on the NPM Registry, nuget.org and in the branch fixes-and-features here. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments