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

Suggestion: Make sensei-grid a standalone library (rather than jQuery plugin) #22

Open
timwis opened this issue Mar 3, 2016 · 0 comments

Comments

@timwis
Copy link

timwis commented Mar 3, 2016

Hey guys, I love this idea and how lightweight this is, but I wanted to ask whether it is necessary for sensei-grid to be a jQuery plugin?

Does this:

$('#example').grid(data, columns)

add much value over this?

var container = document.getElementById('example')
grid(container, data, columns)

It seems like overall the JavaScript community is moving towards more standalone modules like this rather than jQuery plugins and just wanted to get your thoughts.

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

No branches or pull requests

1 participant