mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Has anyone written an angular wrapper? #942

Open joshterrill opened 10 years ago

joshterrill commented 10 years ago

Are there any angular wrapper implementations of slickgrid that are written yet?

acostache commented 10 years ago

Maybe not an exact answer, but I recall ngGrid is based on slickgrid (https://github.com/angular-ui/ng-grid/issues/218). Not a wrapper though.

joshterrill commented 10 years ago

Not really what I'm looking for. It doesn't have near the functionality that SlickGrid has. Thanks, though. Edit: On second thought...it does have a couple of the things I want. Nonetheless, it serves as a decent starting place. If I come up with a generalized SlickGrid wrapper, I'll be sure to post back here.

ChristianWeyer commented 10 years ago

Did you ever get to a point where you had a working AngularJS directive for SlickGrid?

6pac commented 10 years ago

Searching 'All Repositories' for 'slickgrid angular' yields: gdi2290/angular-slickgrid

DConsulting/dc-slickgrid This is an Angular Directive that facilitates using the excellent SlickGrid in your code.

sandipbhavsar/Slickgrid_AngularJS Datagrid using AngularJS and Slickgrid

sandipbhavsar/AngularJS-Grid Datagrid directive for angularJS using slickgrid API

None any good ?

ChristianWeyer commented 10 years ago

gdi2290/angular-slickgrid Empty :(

DConsulting/dc-slickgrid This is an Angular Directive that facilitates using the excellent SlickGrid in your code.

Empty (just a README)

sandipbhavsar/Slickgrid_AngularJS Datagrid using AngularJS and Slickgrid

Empty

sandipbhavsar/AngularJS-Grid Datagrid directive for angularJS using slickgrid API

No code for angular and slick grid in the repo

None any good ?

So, no... ;(

dekajp commented 10 years ago

I am not sure if this will help . i was looking for a directive for a similar grid (less features than slickgrid) written in Google Closure (http://goo.gl/VXS3RS). that's when i saw this JS fiddle. http://jsfiddle.net/tUpAb/ which is for SlickGrid.

asmirnov911 commented 9 years ago

I also needed slickgrid directives for angular, so I implemented my own asm911/sa.grid. For now it is simple and covers only my needs, but at least something.

manju-reddys commented 8 years ago

Here is the Angularjs version