angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

Support for asp.net core MVC? #69

Closed kprock closed 6 years ago

kprock commented 7 years ago

I apologize if this the wrong place to post this but I would love to implement this grid in an asp.net MVC project (.NET core 2.0). Is this possible given .NET Core's support for Angular SPAs?

Thanks in advance.

peernova-azhuk commented 6 years ago

This datagrid Angular directive is designed as data-source agnostic component. Data can come from any source / back-end system, no matter is it .NET. JAVA, PHP, NODE or something else. All you need is to give datagrid data as JS array. Not sure what you mean by '.NET Core's support for Angular SPAs', but this question is not related to this specific Angular DataGrid component per se.