sensei-grid icon indicating copy to clipboard operation
sensei-grid copied to clipboard

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

Open timwis opened this issue 8 years ago • 0 comments

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.

timwis avatar Mar 03 '16 21:03 timwis