Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any excel-like grid solution for AngularJS

I found ngHandsontable very satisfying.

http://handsontable.com/

However, it does not support inserting columns which Handsontable supports. So I'm wondering if there is any other solution that is similar to ngHandsontable but also supports dynamic columns.

Thanks in advance.

like image 225
Isilmë O. Avatar asked Jan 27 '15 05:01

Isilmë O.


People also ask

What is grid in AngularJS?

UI-Grid 3.0 (formerly ng-grid) is a 100% Angular grid written with no dependencies other than AngularJS. It is designed around a core grid module and features are layered as Angular modules and Directives. This keeps the core; small and focused, while executing very complex features only when you need them.

Is angular UI grid free?

Generic UI Grid is one of the best free angular grid library. It offers many built-in features that work out of the box : editing, sorting, pagination, theming, summaries, column configuration, and many more.

What is NG grid in angular?

ng-grid is Angular's native implementation of the Grid. There are many plugins from third-parties that can be integrated into AngularUI Pages, but ng-grid exists inside the AngularJs framework and is very rich in functionality and compatibility. Let us create a sample ng-grid and understand how ng-grid works.

What is Handsontable?

Handsontable is a data grid with spreadsheet features and look&feel. Handsontable is written in JavaScript and works with the most popular frameworks such as Angular, Vue and React. It can be easily modified or extended with custom plugins.


1 Answers

Angular UI Grid is the latest and greatest from the AngularUI team. It is not as "Excel like" as Handsontable, but it does support Adding and Removing Columns.

like image 113
James Lawruk Avatar answered Nov 08 '22 08:11

James Lawruk