Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request :Multiselect.. #66

Closed
mattbryson opened this issue Feb 23, 2013 · 2 comments
Closed

Feature Request :Multiselect.. #66

mattbryson opened this issue Feb 23, 2013 · 2 comments

Comments

@mattbryson
Copy link
Contributor

Any chance you could add the option of multi select as well.

Similar to this : https://gist.github.com/jculverwell/3943327

Something along the lines of a .multiselect class, that then would insert a
<span class="pull-right"></span>
to each row

and something like this in the row click handler...

$(this).toggleClass("checked");
$(this).find("span").toggleClass("icon-ok");
return false;

If i get some time ill fork and try it myself :)

m.

@mattbryson
Copy link
Contributor Author

Hey Silvo,

Ive added the multi select support, its the pull request :#77

It was quite a major refactor, so not sure if you will want to merge it (if it will merge), but I put all the details in the pull request.

Works pretty well for me, so thanks for doing all the hard work for me :)

Cheers

Matt.

@caseyjhol
Copy link
Member

Great work Matt!

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

No branches or pull requests

2 participants